Skip to content

Commit

Permalink
chore: undo
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed May 14, 2024
1 parent bb97539 commit 4c81d8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/browser/src/client/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ client.ws.addEventListener('open', async () => {
const filenames = e.data.filenames
filenames.forEach(filename => runningFiles.delete(filename))

// const iframeId = filenames.length > 1 ? ID_ALL : filenames[0]
// iframes.get(iframeId)?.remove()
// iframes.delete(iframeId)
const iframeId = filenames.length > 1 ? ID_ALL : filenames[0]
iframes.get(iframeId)?.remove()
iframes.delete(iframeId)

if (!runningFiles.size)
await done()
Expand Down

0 comments on commit 4c81d8f

Please sign in to comment.