Skip to content

Commit 63fe9f9

Browse files
Fixes Filter Freeze/Open when a Column is Sorted
1 parent 6e30f7c commit 63fe9f9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

resources/views/components/tools/toolbar.blade.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ class="inline-flex justify-center w-full rounded-md border border-gray-300 shado
8484

8585
@if ($component->isFilterLayoutPopover())
8686
<div
87-
wire:key='{{ $component->getTableName() }}-filters-popover-menu'
8887
x-cloak
8988
x-show="open"
9089
x-transition:enter="transition ease-out duration-100"
@@ -380,7 +379,6 @@ class="btn dropdown-toggle d-block w-100 d-md-inline"
380379

381380
@if ($component->isFilterLayoutPopover())
382381
<ul
383-
wire:key='{{ $component->getTableName() }}-filters-popover-menu'
384382
x-cloak
385383
class="dropdown-menu w-100 mt-md-5"
386384
x-bind:class="{'show' : open}"
@@ -604,7 +602,6 @@ class="btn dropdown-toggle d-block w-100 d-md-inline"
604602

605603
@if ($component->isFilterLayoutPopover())
606604
<ul
607-
wire:key='{{ $component->getTableName() }}-filters-popover-menu'
608605
x-cloak
609606
class="dropdown-menu w-100"
610607
x-bind:class="{'show' : open}"

0 commit comments

Comments
 (0)