Skip to content

Commit 00038cc

Browse files
committed
prevent error when canceling out of options choice fuzzy finder
1 parent 0583348 commit 00038cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/neogit/lib/popup/init.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,6 @@ end
386386

387387
function M:refresh()
388388
if self.buffer then
389-
self.buffer:focus()
390389
self.buffer.ui:render(unpack(ui.Popup(self.state)))
391390
end
392391
end

0 commit comments

Comments
 (0)