Skip to content

Commit d9cb5f6

Browse files
authored
Update live-view.js
1 parent c03bc6a commit d9cb5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

live-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ async function fetchLiveViewScripts(frameDocument) {
693693

694694
}
695695

696-
addScript(frameDocument, decodeUnicode(resp.content), '', script.type);
696+
addScript(frameDocument, decodeUnicode(resp.content), false, script.type);
697697

698698
// remove original tag
699699
script.remove();

0 commit comments

Comments
 (0)