Replies: 1 comment
-
Yeah, I'm planning to refactor the canvas in order to allow higher customizability of component rects but refactoring the SelectComponent for better extendability probably might be the fastest temporary solution. So, if anyone is willing to help, PRs are welcome. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, when a component is hovered, there is a badge displayed in a toolbar. I’d like to persist that badge when the component is selected and make it appear differently from the hovered badge.
Possible solutions:
display: none
logic when changing focus into a helper method that can be overridden withcommands.extend
Please let me know if I missed anything and there’s a reasonable way to do this currently.
Beta Was this translation helpful? Give feedback.
All reactions