Add tab navigation prevention while in Editable mode

This commit is contained in:
Daniel S. Hansen
2025-07-29 11:51:33 -07:00
parent 89c32e4f6e
commit a06a79218c
2 changed files with 14 additions and 2 deletions
@@ -16,7 +16,7 @@ export default function Canvas({ view, setView, layout, setLayout, onLayoutChang
return (
<Box height="100%" width="100%">
{/* {view === "widget" && */}
{/* Check if view is a tab inside the Canvas Header */}
{ DASHBOARD_VIEWS.includes(view) && (
<DashboardCanvas
view={ view }