Skip to content

Commit 9e7256a

Browse files
committed
Made dropping block blur editor
1 parent 9a502b6 commit 9e7256a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/core/src/extensions/SideMenu/SideMenuPlugin.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,8 @@ export class SideMenuProsemirrorPlugin<
738738
if (this.view) {
739739
this.view.isDragOrigin = false;
740740
}
741+
742+
this.editor.domElement?.blur();
741743
};
742744
/**
743745
* Freezes the side menu. When frozen, the side menu will stay

0 commit comments

Comments
 (0)