Fix new Modal's base calss (#932)

This commit is contained in:
toasted-nutbread 2020-10-18 09:54:29 -04:00 committed by GitHub
parent d35d1fd44a
commit 054fe02808
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ class PopupElement extends EventDispatcher {
}
}
class Modal extends EventDispatcher {
class Modal extends PopupElement {
constructor(node) {
super({
node,