[chore] Run eslint
This commit is contained in:
parent
bd48c2445a
commit
441465f08b
|
@ -1,4 +1,4 @@
|
|||
import dialogPolyfill from "../lib/dialog-polyfill.esm.js";
|
||||
import dialogPolyfill from '../lib/dialog-polyfill.esm.js';
|
||||
import { shouldSendOnEnter } from './RossAscends-mods.js';
|
||||
import { power_user } from './power-user.js';
|
||||
import { removeFromArray, runAfterAnimation, uuidv4 } from './utils.js';
|
||||
|
@ -180,7 +180,7 @@ export class Popup {
|
|||
// @ts-ignore
|
||||
this.dlg = template.content.cloneNode(true).querySelector('.popup');
|
||||
if (!this.dlg.showModal) {
|
||||
this.dlg.classList.add("poly_dialog");
|
||||
this.dlg.classList.add('poly_dialog');
|
||||
dialogPolyfill.registerDialog(this.dlg);
|
||||
}
|
||||
this.body = this.dlg.querySelector('.popup-body');
|
||||
|
|
Loading…
Reference in New Issue