[chore] Run eslint

441465f08b54c4e9a400b15eb36ae6a51e924159

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -2Showing whitespace changes
public/scripts/popup.js+2 -2
@@ -1,4 +1,4 @@
1import dialogPolyfill from "../lib/dialog-polyfill.esm.js";1import dialogPolyfill from '../lib/dialog-polyfill.esm.js';
2import { shouldSendOnEnter } from './RossAscends-mods.js';2import { shouldSendOnEnter } from './RossAscends-mods.js';
3import { power_user } from './power-user.js';3import { power_user } from './power-user.js';
4import { removeFromArray, runAfterAnimation, uuidv4 } from './utils.js';4import { removeFromArray, runAfterAnimation, uuidv4 } from './utils.js';
@@ -180,7 +180,7 @@ export class Popup {
180 // @ts-ignore180 // @ts-ignore
181 this.dlg = template.content.cloneNode(true).querySelector('.popup');181 this.dlg = template.content.cloneNode(true).querySelector('.popup');
182 if (!this.dlg.showModal) {182 if (!this.dlg.showModal) {
183 this.dlg.classList.add("poly_dialog");183 this.dlg.classList.add('poly_dialog');
184 dialogPolyfill.registerDialog(this.dlg);184 dialogPolyfill.registerDialog(this.dlg);
185 }185 }
186 this.body = this.dlg.querySelector('.popup-body');186 this.body = this.dlg.querySelector('.popup-body');