mol_plot_all 1.2.366 → 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/web.js CHANGED
@@ -3304,6 +3304,8 @@ var $;
3304
3304
  this.event_end(event);
3305
3305
  }
3306
3306
  event_wheel(event) {
3307
+ if (event.defaultPrevented)
3308
+ return;
3307
3309
  if (this.pan === $mol_touch.prototype.pan && this.zoom === $mol_touch.prototype.zoom)
3308
3310
  return;
3309
3311
  if (this.pan !== $mol_touch.prototype.pan) {