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 defaultContextMenuHandler = () => {
|
||||||
const menu = buildEditorContextMenu({});
|
const menu = buildEditorContextMenu({});
|
||||||
|
|
||||||
// @see js/spell_check.js:183
|
// @see js/spell_check.js:183
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
menu.popup(remote.getCurrentWindow());
|
menu.popup(remote.getCurrentWindow());
|
||||||
}, 30);
|
}, 30);
|
||||||
};
|
};
|
||||||
|
|
||||||
const spellCheckHandler = e => {
|
const spellCheckHandler = e => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue