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 b3a587d commit d4a86c9Copy full SHA for d4a86c9
src/LiveDevelopment/BrowserScripts/RemoteFunctions.js
@@ -2928,13 +2928,9 @@ function RemoteFunctions(config) {
2928
}
2929
delete previouslyClickedElement._originalOutline;
2930
2931
- // Clear click-mode highlighting
2932
- if (getHighlightMode() === "click") {
2933
- clearElementBackground(previouslyClickedElement);
2934
-
2935
- if (_hoverHighlight) {
2936
- _hoverHighlight.clear();
2937
- }
+ clearElementBackground(previouslyClickedElement);
+ if (_hoverHighlight) {
+ _hoverHighlight.clear();
2938
2939
2940
previouslyClickedElement = null;
0 commit comments