mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-24 09:06:03 +00:00
prevent "history restored" popping up in ssh splits
This commit is contained in:
@@ -19,4 +19,11 @@ export class RecoveryProvider extends TabRecoveryProvider {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
duplicate (recoveryToken: RecoveryToken): RecoveryToken {
|
||||||
|
return {
|
||||||
|
...recoveryToken,
|
||||||
|
savedState: null,
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user