Skip to content

Commit 98f1da7

Browse files
author
aniketfuryrocks
committed
set ele instead of boolean
1 parent 72a0a98 commit 98f1da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/LinkApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ FireJSX.linkApi = {
105105
}
106106
ele.crossOrigin = "anonymous";
107107
document.body.appendChild(ele);
108-
this.chunksStatusMap[chunk] = true;
108+
this.chunksStatusMap[chunk] = ele;
109109
return ele;
110110
}
111111
}

0 commit comments

Comments
 (0)