You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when I open the menu the following error appears:
ContextMenuOperations.js:488 Uncaught TypeError: Cannot read property 'data' of null
at HTMLUListElement.<anonymous> (ContextMenuOperations.js:488)
at Function.each (jquery.min.js:2)
at S.fn.init.each (jquery.min.js:2)
at e.value (ContextMenuOperations.js:487)
at e.value (ContextMenuOperations.js:521)
at ContextMenu.js:278
at Array.forEach (<anonymous>)
at e.value (ContextMenu.js:277)
at e.value (ContextMenu.js:53)
at Function.c [as contextMenu] (contextmenu.js:34)
(anonymous) @ ContextMenuOperations.js:488
each @ jquery.min.js:2
each @ jquery.min.js:2
value @ ContextMenuOperations.js:487
value @ ContextMenuOperations.js:521
(anonymous) @ ContextMenu.js:278
value @ ContextMenu.js:277
value @ ContextMenu.js:53
c @ contextmenu.js:34
show @ prj-list.ts:143
value @ ContextMenuOperations.js:36
value @ ContextMenuEventHandler.js:100
dispatch @ jquery.min.js:2
v.handle @ jquery.min.js:2
Is this the correct way or there is another method to be used to enable/disable an entry (and change the name, but this is the next step).
Thanks for looking!
mario
The text was updated successfully, but these errors were encountered:
In my previous entry correct disable: to disabled:
And now, at least for me, it works!
BTW, I'm using beta 3.x
Hope this project revives, It is so useful and I don't have found any alternative so powerful and flexible.
Thanks!
mario
I'm using 3.0.0-beta.2 inside Chrome.
To update the enabled/disabled status of an entry of the menu the only solution I have found is to put a
in the entry and then have:
But when I open the menu the following error appears:
Is this the correct way or there is another method to be used to enable/disable an entry (and change the name, but this is the next step).
Thanks for looking!
mario
The text was updated successfully, but these errors were encountered: