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

View File

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