@arsedizioni/ars-utils 19.1.61 → 19.1.62
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.
|
@@ -3934,6 +3934,8 @@ class ClipperBrowserDialogComponent {
|
|
|
3934
3934
|
selection.current.selected.length > 1) ||
|
|
3935
3935
|
(this.dialogData.selectionMode === ClipperSelectionMode.Multi &&
|
|
3936
3936
|
selection.current.selected.length > 0));
|
|
3937
|
+
console.log("selected:" + selection.current.selected.length);
|
|
3938
|
+
console.log("all:" + selection.all.length);
|
|
3937
3939
|
if (allow && (this.dialogData.selectableModules?.length ?? 0) > 0) {
|
|
3938
3940
|
selection?.current.selected.forEach(n => {
|
|
3939
3941
|
const module = ClipperUtils.getClipperModuleFromModel(n);
|