diff --git a/src/model.ts b/src/model.ts index 61e1985f..c8bd17af 100644 --- a/src/model.ts +++ b/src/model.ts @@ -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) {