We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc3884 commit b2163e9Copy full SHA for b2163e9
1 file changed
library/lua/gui/widgets/containers/panel.lua
@@ -71,7 +71,7 @@ Panel.ATTRS {
71
---@param args widgets.Panel.initTable
72
function Panel:init(args)
73
if not self.drag_anchors then
74
- self.drag_anchors = {title=true, frame=not self.resizable, body=true}
+ self.drag_anchors = {title=true, frame=true, body=true}
75
end
76
if not self.resize_anchors then
77
self.resize_anchors = {t=false, l=true, r=true, b=true}
0 commit comments