mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
archived for screens/sessions
This commit is contained in:
+2
-1
@@ -318,7 +318,7 @@ class LineCmd extends React.Component<{sw : ScreenWindow, line : LineType, width
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
this.componentDidUpdate();
|
||||
this.componentDidUpdate(null, null, null);
|
||||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
@@ -621,6 +621,7 @@ class TextAreaInput extends React.Component<{}, {}> {
|
||||
}
|
||||
if (e.code == "Escape") {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
let inputModel = GlobalModel.inputModel;
|
||||
inputModel.toggleInfoMsg();
|
||||
if (inputModel.inputMode.get() != null) {
|
||||
|
||||
@@ -6,6 +6,7 @@ type SessionDataType = {
|
||||
notifynum : number,
|
||||
activescreenid : string,
|
||||
sessionidx : number,
|
||||
archived? : boolean,
|
||||
screens : ScreenDataType[],
|
||||
remotes : RemoteInstanceType[],
|
||||
|
||||
@@ -43,6 +44,7 @@ type ScreenDataType = {
|
||||
screenidx : number,
|
||||
activewindowid : string,
|
||||
name : string,
|
||||
archived? : boolean,
|
||||
windows : ScreenWindowType[],
|
||||
screenopts : ScreenOptsType,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user