From 56ddbeda714392ff0fe37198e524754cad58b89c Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Sun, 8 Oct 2023 16:02:23 +0200 Subject: [PATCH] fix: Init prompt on import --- lua/easytables/window.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/easytables/window.lua b/lua/easytables/window.lua index 970b8ea..bb2f77a 100644 --- a/lua/easytables/window.lua +++ b/lua/easytables/window.lua @@ -155,6 +155,7 @@ function M:show() self:_open_preview_window() self:_open_prompt_window() self:_set_window_positions() + self:_reset_prompt() end function M:_reset_prompt()