mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Electron-47
1. Fixed some issues with windows 2. Changed the arg from external to exclude
This commit is contained in:
committed by
Kiran Niranjan
parent
95d3a43726
commit
e21f7adfaa
@@ -17,7 +17,7 @@ class SpellCheckHelper {
|
||||
const contextMenuBuilder = new ContextMenuBuilder(this.spellCheckHandler, null, false, SpellCheckHelper.processMenu);
|
||||
this.contextMenuListener = new ContextMenuListener((info) => {
|
||||
contextMenuBuilder.showPopupMenu(info);
|
||||
}, null, null);
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user