mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
history item types
This commit is contained in:
@@ -583,6 +583,9 @@ class InputModel {
|
||||
uiSubmitCommand() : void {
|
||||
mobx.action(() => {
|
||||
let commandStr = this.getCurLine();
|
||||
if (commandStr.trim() == "") {
|
||||
return;
|
||||
}
|
||||
this.clearCurLine();
|
||||
GlobalModel.clearInfoMsg(true);
|
||||
GlobalModel.submitRawCommand(commandStr, true);
|
||||
|
||||
@@ -127,6 +127,8 @@ type HistoryItem = {
|
||||
cmdid : string,
|
||||
cmdstr : string,
|
||||
remove : boolean,
|
||||
remote : RemotePtrType,
|
||||
ismetacmd : boolean,
|
||||
};
|
||||
|
||||
type CmdRemoteStateType = {
|
||||
|
||||
Reference in New Issue
Block a user