Skip to content

Commit

Permalink
fix: make windows focusable
Browse files Browse the repository at this point in the history
Closes #1001
  • Loading branch information
Saghen committed Jan 13, 2025
1 parent fc9276d commit a5402a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/blink/cmp/lib/window/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ function win:open()
height = self.config.max_height,
row = 1,
col = 1,
focusable = false,
zindex = 1001,
border = self.config.border == 'padded' and { ' ', '', '', ' ', '', '', ' ', ' ' } or self.config.border,
})
Expand Down

0 comments on commit a5402a1

Please sign in to comment.