bg2e-js 2.3.8 → 2.3.10
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/bg2e-js.js
CHANGED
|
@@ -8743,7 +8743,7 @@ class v0 {
|
|
|
8743
8743
|
return this._selection;
|
|
8744
8744
|
}
|
|
8745
8745
|
clearSelection() {
|
|
8746
|
-
this._selection = [], this.triggerSelectionChanged();
|
|
8746
|
+
this._selection.forEach((e) => e.polyList.selected = !1), this._selection = [], this.triggerSelectionChanged();
|
|
8747
8747
|
}
|
|
8748
8748
|
set sceneRoot(e) {
|
|
8749
8749
|
this._sceneRoot = e, this.clearSelection();
|