mol_plot_all 1.2.124 → 1.2.128

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
@@ -3452,12 +3452,6 @@ var $;
3452
3452
  this.Touch()
3453
3453
  ];
3454
3454
  }
3455
- event() {
3456
- return {
3457
- ...super.event(),
3458
- dblclick: (event) => this.reset(event)
3459
- };
3460
- }
3461
3455
  gap_x() {
3462
3456
  const obj = new this.$.$mol_vector_range(this.gap_left(), this.gap_right());
3463
3457
  return obj;
@@ -3536,11 +3530,6 @@ var $;
3536
3530
  obj.draw = (event) => this.draw(event);
3537
3531
  return obj;
3538
3532
  }
3539
- reset(event) {
3540
- if (event !== undefined)
3541
- return event;
3542
- return null;
3543
- }
3544
3533
  }
3545
3534
  __decorate([
3546
3535
  $.$mol_mem
@@ -3626,9 +3615,6 @@ var $;
3626
3615
  __decorate([
3627
3616
  $.$mol_mem
3628
3617
  ], $mol_plot_pane.prototype, "Touch", null);
3629
- __decorate([
3630
- $.$mol_mem
3631
- ], $mol_plot_pane.prototype, "reset", null);
3632
3618
  $.$mol_plot_pane = $mol_plot_pane;
3633
3619
  })($ || ($ = {}));
3634
3620
  //pane.view.tree.js.map