@pitcher/canvas-ui 2025.12.8-115315-beta → 2025.12.8-120823-beta

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/canvas-ui.js CHANGED
@@ -113616,7 +113616,7 @@ const _sfc_main$4E = /*@__PURE__*/defineComponent({
113616
113616
  const systemTags = ['home', 'share', 'sharebox'];
113617
113617
  return tags?.some(tag => {
113618
113618
  const lowerTag = tag.toLowerCase();
113619
- return systemTags.includes(lowerTag) || props.excludedTags?.map(t => t.toLowerCase()).includes(lowerTag);
113619
+ return systemTags.includes(lowerTag) || (props.excludedTags?.map(t => t.toLowerCase()) ?? []).includes(lowerTag);
113620
113620
  }) ?? false;
113621
113621
  }
113622
113622
  function isEditingCurrentItem(id, prop) {