Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Code style.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Sep 19, 2019
1 parent 8372ba2 commit 91c10f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ export default class Widget extends Plugin {
_onKeydown( eventInfo, domEventData ) {
const keyCode = domEventData.keyCode;
const isLtrContent = this.editor.locale.contentLanguageDirection === 'ltr';

const isForward = keyCode == keyCodes.arrowdown || keyCode == keyCodes[ isLtrContent ? 'arrowright' : 'arrowleft' ];
let wasHandled = false;

Expand Down

0 comments on commit 91c10f0

Please sign in to comment.