taataa / tapspace

Zoomable user interface library for web apps.
https://taataa.github.io/tapspace/
MIT License
58 stars 8 forks source link

Set default mode.preventDefault to false #99

Open axelpale opened 6 years ago

axelpale commented 6 years ago

As a result of the issue https://github.com/taataa/tapspace/issues/98 the undocumented mode.propagate was changed to mode.preventDefault. To provide backward compatibility for v1 the default value was set to true. However, the WebAPIs force the convention of explicit preventDefault and we probably should go with the convention in the long term. Thus, flip the default value in v2.