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
As a result of the issue #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.
The text was updated successfully, but these errors were encountered:
As a result of the issue #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.The text was updated successfully, but these errors were encountered: