Skip to content

Commit 8df0434

Browse files
test: fix
1 parent 87aff8a commit 8df0434

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client-src/overlay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ const createOverlay = (options) => {
615615
if (typeof message !== "string" && message.moduleIdentifier) {
616616
applyStyle(typeElement, { cursor: "pointer" });
617617
// element.dataset not supported in IE
618-
typeElement.setAttribute("data-can-open", "");
618+
typeElement.setAttribute("data-can-open", "true");
619619
typeElement.addEventListener("click", () => {
620620
fetch(
621621
`/webpack-dev-server/open-editor?fileName=${message.moduleIdentifier}`,

0 commit comments

Comments
 (0)