You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This prevents longer content, such as documentation, from being fully displayed and makes it impossible to scroll using the mouse. Why don’t we make it focusable or just add a configuration option to let users decide?
The text was updated successfully, but these errors were encountered:
Feature Description
I noticed that we hardcoded the
focusable
property of the floating windows tofalse
.blink.cmp/lua/blink/cmp/lib/window/init.lua
Line 108 in fc9276d
This prevents longer content, such as documentation, from being fully displayed and makes it impossible to scroll using the mouse. Why don’t we make it focusable or just add a configuration option to let users decide?
The text was updated successfully, but these errors were encountered: