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 21b47c5 commit 49c4dbeCopy full SHA for 49c4dbe
src/LiveDevelopment/BrowserScripts/RemoteFunctions.js
@@ -1277,6 +1277,9 @@ function RemoteFunctions(config = {}) {
1277
if (_hoverHighlight) {
1278
_hoverHighlight.clear();
1279
}
1280
+ if (_clickHighlight) {
1281
+ _clickHighlight.clear();
1282
+ }
1283
1284
// Notify handlers about cleanup
1285
getAllToolHandlers().forEach(handler => {
0 commit comments