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 4a4cd49 commit 58ddc8eCopy full SHA for 58ddc8e
src/core/dom.js
@@ -79,7 +79,7 @@ const show = (el) => {
79
const val = el[DATA_STYLE_DISPLAY] || null;
80
el.style.display = val;
81
delete el[DATA_STYLE_DISPLAY];
82
- el.removeAttribute("hidden", "");
+ el.removeAttribute("hidden");
83
};
84
85
/**
0 commit comments