From c248a4ae67b22f119fe5371bcfceaa3df481cc91 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Jul 2026 15:04:14 +0000 Subject: [PATCH 1/2] Update src/App.tsx --- src/App.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ( -- 2.49.1 From 4682cd84132314c7f17478307846fe58c49477fc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Jul 2026 15:04:21 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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() {