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 87aff8a commit 8df0434Copy full SHA for 8df0434
1 file changed
client-src/overlay.js
@@ -615,7 +615,7 @@ const createOverlay = (options) => {
615
if (typeof message !== "string" && message.moduleIdentifier) {
616
applyStyle(typeElement, { cursor: "pointer" });
617
// element.dataset not supported in IE
618
- typeElement.setAttribute("data-can-open", "");
+ typeElement.setAttribute("data-can-open", "true");
619
typeElement.addEventListener("click", () => {
620
fetch(
621
`/webpack-dev-server/open-editor?fileName=${message.moduleIdentifier}`,
0 commit comments