@trops/dash-core 0.1.290 → 0.1.292

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
@@ -50004,10 +50004,9 @@ var DashboardStageInner = function DashboardStageInner(_ref2) {
50004
50004
  // eslint-disable-next-line react-hooks/exhaustive-deps
50005
50005
  }, [popout, popoutWorkspaceId, workspaceConfig]);
50006
50006
 
50007
- // ─── Popout: listen for workspace:saved broadcasts ─────────────
50007
+ // ─── Listen for workspace:saved broadcasts (MCP tools, popouts) ──
50008
50008
  useEffect(function () {
50009
50009
  var _window$mainApi2;
50010
- if (!popout) return;
50011
50010
  if (!((_window$mainApi2 = window.mainApi) !== null && _window$mainApi2 !== void 0 && _window$mainApi2.on)) return;
50012
50011
  var handler = function handler() {
50013
50012
  loadWorkspaces();
@@ -50020,7 +50019,7 @@ var DashboardStageInner = function DashboardStageInner(_ref2) {
50020
50019
  }
50021
50020
  };
50022
50021
  // eslint-disable-next-line react-hooks/exhaustive-deps
50023
- }, [popout]);
50022
+ }, []);
50024
50023
 
50025
50024
  // ─── Load recents on mount ───────────────────────────────────────
50026
50025
  useEffect(function () {