Lint fixes after recent merges
This commit is contained in:
parent
ddb5e90967
commit
e5d2952c90
2 changed files with 6 additions and 6 deletions
|
@ -153,12 +153,12 @@ window.enableSpellCheck = () => {
|
|||
};
|
||||
|
||||
const defaultContextMenuHandler = () => {
|
||||
const menu = buildEditorContextMenu({});
|
||||
const menu = buildEditorContextMenu({});
|
||||
|
||||
// @see js/spell_check.js:183
|
||||
setTimeout(() => {
|
||||
menu.popup(remote.getCurrentWindow());
|
||||
}, 30);
|
||||
// @see js/spell_check.js:183
|
||||
setTimeout(() => {
|
||||
menu.popup(remote.getCurrentWindow());
|
||||
}, 30);
|
||||
};
|
||||
|
||||
const spellCheckHandler = e => {
|
||||
|
|
Loading…
Reference in a new issue