1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-12-25 03:22:58 +03:00

don't recover state when splitting

This commit is contained in:
Eugene Pankov 2021-06-05 12:22:19 +02:00
parent 95adff0b13
commit 03bf6e5302
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -27,6 +27,7 @@ export class RecoveryProvider extends TabRecoveryProvider {
...recoveryToken.sessionOptions, ...recoveryToken.sessionOptions,
restoreFromPTYID: null, restoreFromPTYID: null,
}, },
savedState: null,
} }
} }
} }