Skip to content

Commit

Permalink
Update dialog.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxodin committed Jul 6, 2022
1 parent 5987d3b commit c6ac005
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dialog.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
if (!window.HTMLDialogElement) {

window.HTMLDialogElement = HTMLUnknownElement;

const proto = HTMLUnknownElement.prototype;

let activeDialog = null;
Expand Down

0 comments on commit c6ac005

Please sign in to comment.