Skip to content

Commit 8d77eb0

Browse files
authored
Add missing activeEditorTabIndex (#2984)
1 parent 061a137 commit 8d77eb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commons/sagas/__tests__/PersistenceSaga.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ describe('PERSISTENCE_SAVE_FILE_AS', () => {
510510
.withState({
511511
workspaces: {
512512
playground: {
513+
activeEditorTabIndex: 0,
513514
editorTabs: [{ value: FILE_DATA }],
514515
externalLibrary: SOURCE_LIBRARY,
515516
context: {

0 commit comments

Comments
 (0)