e-virt-table 0.1.25 → 0.1.26

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
@@ -3742,7 +3742,7 @@ class ui {
3742
3742
  let [y, b] = r, [m, E] = o;
3743
3743
  if (y < u || b > g || m < w || E > p)
3744
3744
  return;
3745
- this.ctx.selector.xArr = [Math.max(u, y), Math.min(g, b)], this.ctx.selector.yArr = [Math.max(w, m), Math.min(p, E)], this.ctx.emit("setSelector", this.ctx.selector), this.ctx.emit("drawView");
3745
+ this.ctx.stageElement.focus(), this.ctx.selector.xArr = [Math.max(u, y), Math.min(g, b)], this.ctx.selector.yArr = [Math.max(w, m), Math.min(p, E)], this.ctx.emit("setSelector", this.ctx.selector), this.ctx.emit("drawView");
3746
3746
  }
3747
3747
  }
3748
3748
  selectCols(t) {