Skip to content

Commit f148b6f

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

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+
}, 0);
113113

114114
} else {
115115

0 commit comments

Comments
 (0)