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/node.deps.json +1 -1
- package/node.esm.js +2 -0
- package/node.esm.js.map +1 -1
- package/node.js +2 -0
- package/node.js.map +1 -1
- package/node.test.js +2 -0
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.deps.json +1 -1
- package/web.esm.js +2 -0
- package/web.esm.js.map +1 -1
- package/web.js +2 -0
- package/web.js.map +1 -1
package/node.test.js
CHANGED
|
@@ -3746,6 +3746,8 @@ var $;
|
|
|
3746
3746
|
this.event_end(event);
|
|
3747
3747
|
}
|
|
3748
3748
|
event_wheel(event) {
|
|
3749
|
+
if (event.defaultPrevented)
|
|
3750
|
+
return;
|
|
3749
3751
|
if (this.pan === $mol_touch.prototype.pan && this.zoom === $mol_touch.prototype.zoom)
|
|
3750
3752
|
return;
|
|
3751
3753
|
if (this.pan !== $mol_touch.prototype.pan) {
|