Skip to content

Commit b5f8264

Browse files
authored
Merge pull request #89 from solutionforest/88-bug-getnodecollapsedstate-didnt-work
fix: resolve getNodeCollapsedState() method call in tree item template
2 parents 40a3404 + 4c5de64 commit b5f8264

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

resources/css/plugin.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@
99
@import './button.css';
1010
@import './custom-nestable-item.css';
1111

12-
@source '../views/**/*.blade.php';
12+
@source "../views";
13+
14+
.filament-tree-list.hidden {
15+
display: none;
16+
}

0 commit comments

Comments
 (0)