-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
feat(context-menu): add electron context menu #790
Conversation
removes old context menu plugin and adds context menu with a few examples, including module duplication re #789
For after this PR:
|
Duplication of THREE modules causes a crash. |
Right click features on existing controls interfere with context menu. |
Investigate Input Config panel on duplication. (seems to be stuck) |
Expressions are not duplicated. |
It's not broken, input links can be created on previously focused props even if they're not visible anymore. |
# [3.29.0](3.28.0...3.29.0) (2023-06-21) ### Bug Fixes * exit the app properly when the main window has confirmed quit ([#863](#863)) ([e12bbe5](e12bbe5)) * **groups:** prevent occational UI jump when updating module order ([#872](#872)) ([00cd620](00cd620)) ### Features * **context-menu:** add electron context menu ([#790](#790)) ([09c28fd](09c28fd)), closes [#789](#789)
🎉 This PR is included in version 3.29.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
removes old context menu plugin and adds context menu with a few examples, including module duplication
re #789