Electron-47

1. Fixed some issues with windows
2. Changed the arg from external to exclude
This commit is contained in:
Kiran Niranjan
2017-08-01 12:19:59 +05:30
committed by Kiran Niranjan
parent 95d3a43726
commit e21f7adfaa
4 changed files with 33 additions and 14 deletions

View File

@@ -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);
});
}
/**