fix: statusbar bug after restarting when no files are open
This commit is contained in:
parent
0017dabcf0
commit
c651dd8c6f
1 changed files with 0 additions and 1 deletions
|
|
@ -843,7 +843,6 @@ const cmds = struct {
|
|||
pub const close_buffer_meta: Meta = .{ .arguments = &.{.string} };
|
||||
|
||||
pub fn restore_session(self: *Self, _: Ctx) Result {
|
||||
try self.create_editor();
|
||||
try self.read_restore_info();
|
||||
tui.need_render();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue