mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -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');
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user