Collapse context menu option does not group events #5436
Labels
component: events
help wanted
External contributions actively solicited
issue: bug
Describes why the code or behaviour is wrong
Milestone
Describe the bug
When you select the "Collapse Blocks" context menu option, all of the blocks are properly collapsed. However, if you try to undo this, you have to undo collapsing each block individually, because the events are not grouped.
To Reproduce
Steps to reproduce the behavior:
Additional context
The relevant code of this context menu item lives here.
I think the easiest way to solve this is to remove the timeout, and add setGroup calls surrounding the for-loop.
The text was updated successfully, but these errors were encountered: