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 4ffbe62 commit f807b9dCopy full SHA for f807b9d
packages/dev-server/src/Internal/HttpHandler.php
@@ -135,7 +135,8 @@ private function injectWebSocketClient(string $html): string
135
sessionStorage.removeItem('scrollPosition');
136
sessionStorage.removeItem('scrollURL');
137
});
138
-</script>EOT;
+</script>
139
+EOT;
140
141
return str_replace('</body>', $injection . '</body>', $html);
142
}
0 commit comments