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 dc3d2f2 commit 282bee0Copy full SHA for 282bee0
src/LiveDevelopment/BrowserScripts/RemoteFunctions.js
@@ -3545,10 +3545,11 @@ function RemoteFunctions(config = {}) {
3545
body.removeChild(highlights[i]);
3546
}
3547
3548
- if (this.trigger) {
3549
- for (i = 0; i < this.elements.length; i++) {
+ for (i = 0; i < this.elements.length; i++) {
+ if (this.trigger) {
3550
_trigger(this.elements[i], "highlight", 0);
3551
3552
+ clearElementBackground(this.elements[i]);
3553
3554
3555
this.elements = [];
0 commit comments