Skip to content

Commit 9ce392d

Browse files
committed
Update console-sheet.js
1 parent 7e7eb62 commit 9ce392d

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-
onNextFrame(() => {
108+
window.setTimeout(() => {
109109

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

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

114114
} else {
115115

0 commit comments

Comments
 (0)