@ai-table/grid 0.1.10 → 0.1.11
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.
@@ -10578,6 +10578,7 @@ class AITableGrid extends AITableGridBase {
|
|
10578
10578
|
this.updateDragSelectionState(false, null);
|
10579
10579
|
}
|
10580
10580
|
stageMouseleave(e) {
|
10581
|
+
this.isDragSelecting = false;
|
10581
10582
|
if (this.timer) {
|
10582
10583
|
cancelAnimationFrame(this.timer);
|
10583
10584
|
}
|