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 => {
|
||||||
|
|
|
@ -164,7 +164,7 @@ export class ConversationListItem extends React.PureComponent<Props> {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="module-conversation-list-item__message">
|
<div className="module-conversation-list-item__message">
|
||||||
<div
|
<div
|
||||||
dir="auto"
|
dir="auto"
|
||||||
className={classNames(
|
className={classNames(
|
||||||
'module-conversation-list-item__message__text',
|
'module-conversation-list-item__message__text',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue