Skip to content

Commit 3f5b6f4

Browse files
committed
fix: stale highlighting appears when image source code is updated
1 parent d8824d0 commit 3f5b6f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/LiveDevelopment/BrowserScripts/RemoteFunctions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,6 +1280,7 @@ function RemoteFunctions(config = {}) {
12801280
}
12811281
if (_clickHighlight) {
12821282
_clickHighlight.clear();
1283+
_clickHighlight = null;
12831284
}
12841285

12851286
// Notify handlers about cleanup

0 commit comments

Comments
 (0)