retejs / context-menu-plugin

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

Visuell bug with submenus #85

Closed Plaximo closed 2 months ago

Plaximo commented 5 months ago

Hello,

I just experienced a visuell bug with the submenus. When switching menus the collapsing and expanding is updating with a delay.

Video attached: https://github.com/retejs/context-menu-plugin/assets/7767387/3e9d2e38-5fef-4d61-b35e-3e6cc730022f

Thanks and kind regards

Ni55aN commented 5 months ago

this is due to large delay. It can be changed

new ContextMenuPlugin({ delay: 100 })

Basically, it doesn't work smoothly because the submenu timers are independent, but it can be improved sometime

rete-js[bot] commented 3 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days.

rete-js[bot] commented 2 months ago

This issue was closed because it has been stalled for 10 days with no activity.