We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a56f979 commit f8ac536Copy full SHA for f8ac536
1 file changed
lua/scrollview.lua
@@ -370,7 +370,7 @@ local get_floating_windows = function(hidden)
370
local floating = tbl_get(config, 'relative', '') ~= ''
371
local workspace_win =
372
fn.getwinvar(winid, WIN_WORKSPACE_BASE_WINID_VAR, -1) ~= -1
373
- local is_hidden = tbl_get(config, 'hide', '') or false
+ local is_hidden = tbl_get(config, 'hide', false)
374
if not workspace_win
375
and floating
376
and (hidden or not is_hidden) then
0 commit comments