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
There's a scene in a graph where the "pointerEvents" should be "auto" when multiple cells are selected,and "none" when one is selected.
Describe the solution you'd like
"pointerEvents" supporting function type: ((cells: Cell[]) => 'none' | 'auto')
Describe alternatives you've considered
"pointerEvents" supporting function type: ((cells: Cell[]) => 'none' | 'auto')
Your Example Website or App
No response
Screenshots or Videos
No response
The text was updated successfully, but these errors were encountered:
damnright
changed the title
"pointerEvents",one of the plugin "Selection"'s configuation,supporting function type: ((this: Graph, cells: Cell[]) => 'none' | 'auto')
"pointerEvents",one of the plugin "Selection"'s configuation,supporting function type
Nov 30, 2023
Describe the feature you'd like to request
There's a scene in a graph where the "pointerEvents" should be "auto" when multiple cells are selected,and "none" when one is selected.
Describe the solution you'd like
"pointerEvents" supporting function type: ((cells: Cell[]) => 'none' | 'auto')
Describe alternatives you've considered
"pointerEvents" supporting function type: ((cells: Cell[]) => 'none' | 'auto')
Your Example Website or App
No response
Screenshots or Videos
No response
The text was updated successfully, but these errors were encountered: