Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 93be1de

Browse files
committed
Merge pull request #10151 from adobe/kai/fix-10142-ff-highlight
Fix #10142. LiveDev2: Firefox highlight does not have fade-away effect.
2 parents ba96598 + a181fc0 commit 93be1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveDevelopment/Agents/RemoteFunctions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ function RemoteFunctions(experimental) {
308308

309309
window.setTimeout(function () {
310310
_setStyleValues(animateEndValues, highlight.style);
311-
}, 0);
311+
}, 20);
312312
}
313313

314314
window.document.body.appendChild(highlight);

0 commit comments

Comments
 (0)