e-virt-table 0.1.6 → 0.1.7

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/dist/index.es.js CHANGED
@@ -5073,8 +5073,6 @@ class qi {
5073
5073
  }), this.ctx.on("cellClick", (t) => {
5074
5074
  var e, i;
5075
5075
  t.rowKey === ((e = this.cellTarget) == null ? void 0 : e.rowKey) && t.key === ((i = this.cellTarget) == null ? void 0 : i.key) ? this.startEdit() : (this.doneEdit(), this.cellTarget = t, this.ctx.config.ENABLE_EDIT_SINGLE_CLICK && this.startEdit());
5076
- }), this.ctx.on("adjustBoundaryPosition", (t) => {
5077
- this.cellTarget = t;
5078
5076
  });
5079
5077
  }
5080
5078
  initTextEditor() {