mol_plot_all 1.2.367 → 1.2.368

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/node.js CHANGED
@@ -3754,6 +3754,8 @@ var $;
3754
3754
  this.event_end(event);
3755
3755
  }
3756
3756
  event_wheel(event) {
3757
+ if (event.defaultPrevented)
3758
+ return;
3757
3759
  if (this.pan === $mol_touch.prototype.pan && this.zoom === $mol_touch.prototype.zoom)
3758
3760
  return;
3759
3761
  if (this.pan !== $mol_touch.prototype.pan) {