We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1a8ab commit 3c827abCopy full SHA for 3c827ab
html/classhelper.js
@@ -761,7 +761,7 @@ class ClassHelper extends HTMLElement {
761
762
const cancel = document.createElement("button");
763
cancel.textContent = ClassHelper.translations["cancel"];
764
- cancel.setAttribute('type', 'button');
+ cancel.setAttribute("type", "button");
765
cancel.addEventListener("click", () => {
766
this.popupRef.close();
767
});
0 commit comments