Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"pointerEvents",one of the plugin "Selection"'s configuation,supporting function type #4062

Closed
damnright opened this issue Nov 30, 2023 · 0 comments

Comments

@damnright
Copy link
Contributor

damnright commented 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

@damnright 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant