Skip to content

Commit c0cf3b3

Browse files
committed
Update console-sheet.js
1 parent 35fc79b commit c0cf3b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

live-view/extensions/mobile-console/console-sheet.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ class ConsoleSheet {
105105

106106
duplicateBadge.classList.add('animating');
107107

108-
window.setTimeout(() => {
108+
onNextFrame(() => {
109109

110110
duplicateBadge.classList.remove('animating');
111111

112-
}, 0);
112+
});
113113

114114
} else {
115115

0 commit comments

Comments
 (0)