Skip to content

Commit

Permalink
fix: dont make scrollbars focusable
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Nov 21, 2022
1 parent c0d4e17 commit e226401
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/noice/view/scrollbar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ function Scrollbar:_open_win(opts)
bufnr = bufnr,
winnr = vim.api.nvim_open_win(bufnr, false, {
relative = "editor",
focusable = false,
width = 1,
height = 1,
row = 0,
Expand Down

0 comments on commit e226401

Please sign in to comment.