Skip to content

Commit c83f865

Browse files
committed
fix(LocalTabs): Wait longer before dissolving dummyTab
Signed-off-by: Marcel Klehr <[email protected]>
1 parent 47431ab commit c83f865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/LocalTabs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ export default class LocalTabs implements OrderFolderResource<typeof ItemLocatio
312312
} catch (e) {
313313
Logger.log('Failed to remove dummy tab', e)
314314
}
315-
}, 2000)
315+
}, 5000)
316316

317317
return groupId
318318
})

0 commit comments

Comments
 (0)