recogito / recogito-js

A JavaScript library for text annotation
BSD 3-Clause "New" or "Revised" License
363 stars 42 forks source link

config.disableDeleteKey missing from documentation #106

Open UnivocalHoneyBadger opened 3 months ago

UnivocalHoneyBadger commented 3 months ago

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.