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