Skip to content

Commit 49c4dbe

Browse files
committed
fix: live preview edit tests failing
1 parent 21b47c5 commit 49c4dbe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/LiveDevelopment/BrowserScripts/RemoteFunctions.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,6 +1277,9 @@ function RemoteFunctions(config = {}) {
12771277
if (_hoverHighlight) {
12781278
_hoverHighlight.clear();
12791279
}
1280+
if (_clickHighlight) {
1281+
_clickHighlight.clear();
1282+
}
12801283

12811284
// Notify handlers about cleanup
12821285
getAllToolHandlers().forEach(handler => {

0 commit comments

Comments
 (0)