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.
As a result of the issue https://github.com/taataa/tapspace/issues/98 the undocumented
mode.propagate
was changed tomode.preventDefault
. To provide backward compatibility for v1 the default value was set totrue
. 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.