edemaine / cocreate

Cocreate Shared Whiteboard/Drawing
MIT License
209 stars 27 forks source link

Ctrl-D preventDefault #186

Closed edemaine closed 3 years ago

edemaine commented 3 years ago

Ctrl-D on Chrome (at least) triggers bookmarking. For more consistently, we should probably preventDefault when there's nothing selected and the user presses Ctrl-D. Perhaps only in select mode, to allow bookmarking in other modes?