Lint fixes after recent merges

This commit is contained in:
Scott Nonnenberg 2020-01-06 17:47:40 -08:00
parent ddb5e90967
commit e5d2952c90
2 changed files with 6 additions and 6 deletions

View file

@ -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 => {