Dashboard: Fixes issue leaving edit mode (#103760)
This commit is contained in:
@@ -61,7 +61,7 @@ export function DashboardEditPaneSplitter({ dashboard, isEditing, body, controls
|
||||
if (isEditing) {
|
||||
editPane.enableSelection();
|
||||
} else {
|
||||
editPane.clearSelection();
|
||||
editPane.disableSelection();
|
||||
}
|
||||
}, [isEditing, editPane]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user