diff --git a/src/App.tsx b/src/App.tsx index 89496c9..07b7b04 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -143,10 +143,10 @@ function useRenderProbe() { } // Selection bridge: Alt+click on a `[data-webild-section]` block posts the -// section name to the parent (Webild editor) so the next /edit request can -// be scoped surgically. Sandbox-only — the Webild editor is the parent; +// section name to the parent (VisionWeb editor) so the next /edit request can +// be scoped surgically. Sandbox-only — the VisionWeb editor is the parent; // public visitors hitting the deployed site never trigger this. -function useWebildSelectionBridge() { +function useVisionWebSelectionBridge() { useEffect(() => { if (typeof window === 'undefined') return if (window.parent === window) return @@ -203,7 +203,7 @@ function useExternalLinksNewTab() { } function App() { - useWebildSelectionBridge() + useVisionWebSelectionBridge() useExternalLinksNewTab() useRenderProbe() return ( diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index ab1a672..a32dbc7 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -113,7 +113,7 @@ export default function HomePage() {