Skip to content

Commit b2ca1e3

Browse files
author
Ives van Hoorne
committed
Only show Ow Snap? on first load
1 parent fa99a95 commit b2ca1e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/app/src/sandbox/compile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ async function compile({
348348
// they execute at the same time and we don't want them to conflict, so we check
349349
// if the message was set a second ago
350350
if (
351+
firstLoad &&
351352
localStorage.getItem('running') &&
352353
Date.now() - localStorage.getItem('running') > 1000
353354
) {

0 commit comments

Comments
 (0)