Fixed code view close_file command

This commit is contained in:
2026-01-12 00:15:43 -06:00
parent f8d73ad74a
commit 00c72a7117

View File

@@ -16,5 +16,5 @@ def execute(
view: GtkSource.View = None view: GtkSource.View = None
): ):
logger.debug("Command: Close File") logger.debug("Command: Close File")
view.command.remove_file() view.command.remove_file(view)
update_info_bar_if_focused(view.command, view) update_info_bar_if_focused(view.command, view)