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
I'm working on a project where I don't want users to be capable of deleting annotations by pressing the delete button, in the documentation there is no mention of how to prevent it. After digging around I found that disableDeleteKey (bool) is a possible configuration property. It should be listed in the documentation.
The text was updated successfully, but these errors were encountered:
I'm working on a project where I don't want users to be capable of deleting annotations by pressing the delete button, in the documentation there is no mention of how to prevent it. After digging around I found that
disableDeleteKey
(bool) is a possible configuration property. It should be listed in the documentation.The text was updated successfully, but these errors were encountered: