Added lfs into main.yml

This commit is contained in:
Robert Jelic
2025-09-13 10:06:33 +02:00
parent 328590e256
commit 7608a173ee
2 changed files with 5 additions and 4 deletions

View File

@@ -2,7 +2,6 @@ local VisualElement = require("elements/VisualElement")
local sub = string.sub
---@cofnigDescription The tree element provides a hierarchical view of nodes that can be expanded and collapsed, with support for selection and scrolling.
--- This is the tree class. It provides a hierarchical view of nodes that can be expanded and collapsed,
--- with support for selection and scrolling.
---@class Tree : VisualElement