mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-01 23:21:59 +01:00
change back to /history
This commit is contained in:
parent
921053f1b7
commit
6a5be9652d
@ -2242,7 +2242,7 @@ class CommandRunner {
|
||||
if (htype != null && htype != "window") {
|
||||
kwargs["type"] = htype;
|
||||
}
|
||||
GlobalModel.submitCommand("_history", null, null, kwargs, true);
|
||||
GlobalModel.submitCommand("history", null, null, kwargs, true);
|
||||
}
|
||||
|
||||
switchSession(session : string) {
|
||||
|
Loading…
Reference in New Issue
Block a user