fix: Fix loss of focus when deleting blocks via context menu

This commit is contained in:
Aaron Dodson
2026-06-02 11:39:21 +01:00
parent 5e880c3974
commit 381df42655
@@ -545,6 +545,7 @@ export function registerDelete() {
},
callback(scope: Scope) {
if (scope.block) {
getFocusManager().focusNode(scope.block);
scope.block.checkAndDelete();
}
},