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
Whenever there is at least one selected event, the <MouseCursor /> component is hidden, the logic is as shown in line 132 of the file /src/timeline/layers/interaction/Interaction.tsx, hence making zoom-in or zoom-out impossible via mouse click.
Is there a specific reason for this behaviour?
I can resort to pinning the event instead of selecting the event if I still need the zoom to function while having the selected events highlighted, but styling options will be different (I can't assign fillColor pinned events).
The text was updated successfully, but these errors were encountered:
zhenghow93
changed the title
Unable to zoom in the timeline when there is at least one selected event
Unable to zoom in/out the timeline when there is at least one selected event
Jan 16, 2024
Thanks for the reply. We did fork it and made quite a number of functional and aesthetic customizations which are configurable via props. I'm asking for permission from my workplace whether it's fine to make a pull request to this repo. It'll be useful for the community
Whenever there is at least one selected event, the
<MouseCursor />
component is hidden, the logic is as shown in line 132 of the file/src/timeline/layers/interaction/Interaction.tsx
, hence making zoom-in or zoom-out impossible via mouse click.Is there a specific reason for this behaviour?
I can resort to pinning the event instead of selecting the event if I still need the zoom to function while having the selected events highlighted, but styling options will be different (I can't assign fillColor pinned events).
The text was updated successfully, but these errors were encountered: