Skip to content

Commit a5d21d4

Browse files
committed
Action trigger
1 parent 72f9ac2 commit a5d21d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/elements/Tree.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ local VisualElement = require("elements/VisualElement")
22
local sub = string.sub
33
---@cofnigDescription The tree element provides a hierarchical view of nodes that can be expanded and collapsed, with support for selection and scrolling.
44

5+
56
--- This is the tree class. It provides a hierarchical view of nodes that can be expanded and collapsed,
67
--- with support for selection and scrolling.
78
---@class Tree : VisualElement

0 commit comments

Comments
 (0)