mattmilburn / strapi-plugin-menus

A plugin for Strapi CMS to customize the structure of menus and menu items.
MIT License
110 stars 28 forks source link

[issue] Item attributes display #67

Closed aurelienbobenrieth closed 1 year ago

aurelienbobenrieth commented 1 year ago

Hello (again),

Small issue: Inside the admin, when you have a loooong menu with multiple items, if you create a new nested item without having clicked on another item before, the attributes panel will not display until you scroll a bit.

I guess that the panel being sticky with the scroll should have another event listener such as item:created to trigger the sticky behavior to cope with this issue.

mattmilburn commented 1 year ago

Hi @aurelienbobenrieth Thanks for raising the issue for this bug. I will make sure it is fixed in the next release 👍🏻

mattmilburn commented 1 year ago

@aurelienbobenrieth This is now fixed in the latest version 1.2.0 of the plugin. Thanks again for raising this issue 🎉