Skip to content

Commit fb70006

Browse files
committed
Fixes focus issue for context menu and explorer
1 parent ee677fa commit fb70006

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ts/ui/menu/MJContextMenu.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export class MJContextMenu extends ContextMenu {
9191
*/
9292
public unpost() {
9393
super.unpost();
94+
this.mathItem.typesetRoot.blur();
9495
this.mathItem = null;
9596
}
9697

0 commit comments

Comments
 (0)