change back to /history

This commit is contained in:
sawka 2023-01-02 12:13:41 -08:00
parent 921053f1b7
commit 6a5be9652d

View File

@ -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) {