File tree 1 file changed +4
-5
lines changed 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 14
14
<div
15
15
wire:key =" {{ $getTreeKey () } }"
16
16
wire:ignore
17
- x-ignore
18
17
@if (FilamentView:: hasSpaMode (url ()-> current ()) )
19
- ax -load =" visible"
18
+ x -load =" visible || event (ax-modal-opened) "
20
19
@else
21
- ax -load
20
+ x -load
22
21
@endif
23
- ax -load-css =" {{ FilamentAsset:: getStyleHref (' filament-select-tree-styles' , package : ' codewithdennis/filament-select-tree' ) } } "
24
- ax -load-src =" {{ FilamentAsset:: getAlpineComponentSrc (' filament-select-tree' , package : ' codewithdennis/filament-select-tree' ) } }"
22
+ x -load-css =" [ @js ( FilamentAsset:: getStyleHref (' filament-select-tree-styles' , package : ' codewithdennis/filament-select-tree' ) )] "
23
+ x -load-src =" {{ FilamentAsset:: getAlpineComponentSrc (' filament-select-tree' , package : ' codewithdennis/filament-select-tree' ) } }"
25
24
x-data =" selectTree({
26
25
name: @js ($getName () ),
27
26
state: $wire.{{ $applyStateBindingModifiers (" \$ entangle('{$getStatePath ()}')" ) } } ,
You can’t perform that action at this time.
0 commit comments