diff --git a/src/components/app/KeyboardShortcut.js b/src/components/app/KeyboardShortcut.js index d310b8bfe5..27c575de7e 100644 --- a/src/components/app/KeyboardShortcut.js +++ b/src/components/app/KeyboardShortcut.js @@ -96,7 +96,8 @@ export class KeyboardShortcut extends React.PureComponent { if ( target.tagName === 'INPUT' || target.tagName === 'TEXTAREA' || - target.tagName === 'SELECT' + target.tagName === 'SELECT' || + target.isContentEditable ) { // Ignore this from input-like things. return;