Skip to content

Commit 29d4332

Browse files
committed
it seems the closing was coming because of this elements changing the dom, by appearing and disappearing.
1 parent 7804b76 commit 29d4332

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/views/tailwind/includes/filter-pills.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<div>
12
@if ($showFilters && count($this->getFiltersWithoutSearch()))
23
<div class="p-6 md:p-0">
34
<small class="text-gray-700">@lang('Applied Filters'):</small>
@@ -36,3 +37,4 @@ class="flex-shrink-0 ml-0.5 h-4 w-4 rounded-full inline-flex items-center justif
3637
</button>
3738
</div>
3839
@endif
40+
</div>

0 commit comments

Comments
 (0)