fix: close history menu when other menu item is clicked
This commit is contained in:
@@ -380,7 +380,7 @@ class EditorViewCtrl extends PureViewCtrl<{}, EditorState> {
|
||||
'showOptionsMenu',
|
||||
'showEditorMenu',
|
||||
'showExtensions',
|
||||
'showSessionHistory'
|
||||
'showHistory',
|
||||
];
|
||||
const menuState: any = {};
|
||||
for (const candidate of allMenus) {
|
||||
|
||||
Reference in New Issue
Block a user