Skip to content

Commit 1c60f42

Browse files
committed
Update live-view.js
1 parent 29d9090 commit 1c60f42

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

live-view/live-view.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -877,9 +877,6 @@ async function handleLiveViewRequest(requestPath) {
877877
// if matching modified file exists
878878
if (modFile) {
879879

880-
// get the file's latest version
881-
modFile = getLatestVersion(modFile);
882-
883880
// return modified file content
884881
respContent = modFile.content;
885882

0 commit comments

Comments
 (0)