@next-core/brick-kit 2.122.0 → 2.122.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -8529,6 +8529,7 @@ class Kernel {
8529
8529
  legacy
8530
8530
  } = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
8531
8531
  this.toggleBars(true);
8532
+ getRuntime().applyPageTitle(null);
8532
8533
 
8533
8534
  if (this.currentLayout !== "console") {
8534
8535
  // No bars should be unset for the business layout.
@@ -8543,8 +8544,6 @@ class Kernel {
8543
8544
  // 对于 Legacy 页面,仅当切换应用时重设面包屑。
8544
8545
  this.appBar.setBreadcrumb(null);
8545
8546
  }
8546
-
8547
- getRuntime().applyPageTitle(null);
8548
8547
  }
8549
8548
 
8550
8549
  toggleLegacyIframe(visible) {