@community-release/nx-ui 0.0.36 → 0.0.37
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/module.json
CHANGED
|
@@ -242,12 +242,12 @@
|
|
|
242
242
|
|
|
243
243
|
// If cluster
|
|
244
244
|
} else {
|
|
245
|
-
let isDisabled =
|
|
245
|
+
let isDisabled = true;
|
|
246
246
|
|
|
247
|
-
// Check if cluster
|
|
247
|
+
// Check if all cluster markers is disabled
|
|
248
248
|
for (let item of allFeatures) {
|
|
249
|
-
if (disabledMarkers.value.includes(item.attributes.id)) {
|
|
250
|
-
isDisabled =
|
|
249
|
+
if (!disabledMarkers.value.includes(item.attributes.id)) {
|
|
250
|
+
isDisabled = false;
|
|
251
251
|
break;
|
|
252
252
|
}
|
|
253
253
|
}
|