Skip to content

Commit

Permalink
fix(keyboard): fix keyboard tabbing context
Browse files Browse the repository at this point in the history
Closes #9568
  • Loading branch information
adamdbradley committed Dec 9, 2016
1 parent 0450a4e commit 902a767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/keyboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export class Keyboard {
let isKeyInputEnabled = false;

function cssClass() {
this._dom.write(() => {
self._dom.write(() => {
document.body.classList[isKeyInputEnabled ? 'add' : 'remove']('focus-outline');
});
}
Expand Down

0 comments on commit 902a767

Please sign in to comment.