Skip to content

Commit 0a02487

Browse files
committed
fix: boxes and ruler markers not getting updated when css is edited
1 parent c402c9b commit 0a02487

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/LiveDevelopment/BrowserScripts/LiveDevProtocolRemote.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,10 @@
182182
}
183183
}
184184
s.id = msg.params.url;
185+
186+
if (window._LD && window._LD.redrawEverything) {
187+
window._LD.redrawEverything();
188+
}
185189
},
186190

187191
/**

0 commit comments

Comments
 (0)