-
Notifications
You must be signed in to change notification settings - Fork 119
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
Implement an onRenderContextMenu to customize the context menu #82
Comments
Right now there is an option to customize the main menu with |
Indeed, that's the context menu (which isn't yet customizable) |
okay, Thank you for the information. |
I'm really looking forward to this feature, in fact I'm currently using the react version of the editor, but in order to implement the custom menu I had to folk a copy of the source code to try and modify the svelte code myself, however that's not something I'm good at and it's very annoying, I'll be relieved the day the feature is implemented! |
👍 help implementing |
A new option |
good to know that, is there any example / demo code for usage of |
There is an example here: /examples/custom_context_menu_buttons/+page.svelte. At this moment there is still is an issue with the new |
As we already have a insert, remove, transfer. Are we allowed to add or delete this options???
The text was updated successfully, but these errors were encountered: