Frontmatter
| id | 2814 |
| title | list.plugin.Animate: combine onStoreFilter() and onStoreSort() |
| state | Closed |
| labels | enhancementstale |
| assignees | tobiu |
| createdAt | Jan 9, 2022, 10:54 PM |
| updatedAt | Sep 15, 2024, 4:36 AM |
| githubUrl | https://github.com/neomjs/neo/issues/2814 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 15, 2024, 4:36 AM |
Both function work fine on their own.
However, it would cause trouble in case we would trigger a sort while a filter OP is still running.
So, combining the logic (or just re-using the filter logic for a sort event) makes sense.