Skip to content

Commit

Permalink
fix(core): collection filter list animation (#8299)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Sep 19, 2024
1 parent 0450fce commit a88e82a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const FilterList = ({
);
})}
<Menu
key={value.length} // hack to force menu to rerender (disable unmount animation)
items={
<CreateFilterMenu
value={value}
Expand Down

0 comments on commit a88e82a

Please sign in to comment.