Dashboard: Fixes issue leaving edit mode (#103760)

This commit is contained in:
Torkel Ödegaard
2025-04-10 08:31:24 +02:00
committed by GitHub
parent bd2d460ed9
commit 94ef0e976b
@@ -61,7 +61,7 @@ export function DashboardEditPaneSplitter({ dashboard, isEditing, body, controls
if (isEditing) {
editPane.enableSelection();
} else {
editPane.clearSelection();
editPane.disableSelection();
}
}, [isEditing, editPane]);