Skip to content

Commit a88e82a

Browse files
committed
fix(core): collection filter list animation (#8299)
fix AF-1373
1 parent 0450fce commit a88e82a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/frontend/core/src/components/page-list/filter/filter-list.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export const FilterList = ({
5050
);
5151
})}
5252
<Menu
53+
key={value.length} // hack to force menu to rerender (disable unmount animation)
5354
items={
5455
<CreateFilterMenu
5556
value={value}

0 commit comments

Comments
 (0)