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
If the getEnabled method of a context menu item returns "false", the html attribute "disabled" is set on that list entry, but the doAction call is still executed on click. This is unexpected and looks like a bug to me.
If the getEnabled method of a context menu item returns "false", the html attribute "disabled" is set on that list entry, but the doAction call is still executed on click. This is unexpected and looks like a bug to me.
https://github.com/xeokit/xeokit-sdk/blob/master/src/extras/ContextMenu/ContextMenu.js#L243
The text was updated successfully, but these errors were encountered: