retejs / context-menu-plugin

https://retejs.org
MIT License
11 stars 43 forks source link

Feature/position item add #56

Closed zewa666 closed 1 year ago

zewa666 commented 2 years ago

This adds the ability to determine where a new item will be added onto the editor. In combination with large submenus the position might be totally off. The current behavior (2) will add it at the mouse location of the last click, whereas setting the new option to true will place it at the original context click (1)

2021-11-18_12h49_53