mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
prevent "history restored" popping up in ssh splits
This commit is contained in:
parent
90affc3efb
commit
1198ede0fd
1 changed files with 7 additions and 0 deletions
|
@ -19,4 +19,11 @@ export class RecoveryProvider extends TabRecoveryProvider {
|
|||
},
|
||||
}
|
||||
}
|
||||
|
||||
duplicate (recoveryToken: RecoveryToken): RecoveryToken {
|
||||
return {
|
||||
...recoveryToken,
|
||||
savedState: null,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue