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
Copy file name to clipboardExpand all lines: src/elements/VisualElement.lua
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -889,10 +889,9 @@ function VisualElement:isFocused()
889
889
returnself:hasState("focused")
890
890
end
891
891
892
-
--- Adds or updates a drawable character border around the element using the canvas plugin.
893
-
--- The border will automatically adapt to size/background changes because the command
894
-
--- reads current properties each render.
895
-
-- @param colorOrOptions any Border color or options table
892
+
--- Adds or updates a drawable character border around the element using the canvas plugin. The border will automatically adapt to size/background changes because the command reads current properties each render.
893
+
--- @paramcolorOrOptionsany Border color or options table
894
+
--- @paramsideOptions?table Side options table (if color is provided as first argument)
0 commit comments