You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug client/src/components/TagsMultiselect/StatelessTags.vue has significant performance issues in edit mode (not disabled) when rendered more than a few times on a page.
the leak only occurs when the VueMultiselect component is rendered
the leak only occurs if all items in the list have no tags. As soon as one item has at least one tag, it stabilizes, which explains while I could not reproduce it before
Describe the bug
client/src/components/TagsMultiselect/StatelessTags.vue
has significant performance issues in edit mode (not disabled) when rendered more than a few times on a page.ref: #16607 and #17219
Galaxy Version and/or server at which you observed the bug
Commit: 4e33216
To Reproduce
Steps to reproduce the behavior:
/datasets/list
with a large number of items (or any other pages usingStatelessTags
)The text was updated successfully, but these errors were encountered: