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/Tree.lua
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@ local VisualElement = require("elements/VisualElement")
2
2
localsub=string.sub
3
3
---@cofnigDescription The tree element provides a hierarchical view of nodes that can be expanded and collapsed, with support for selection and scrolling.
4
4
5
-
6
5
--- This is the tree class. It provides a hierarchical view of nodes that can be expanded and collapsed,
0 commit comments