@redneckz/wildless-cms-uni-blocks 0.14.207 → 0.14.208

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.
@@ -498,6 +498,7 @@
498
498
  return;
499
499
  }
500
500
  ev.preventDefault();
501
+ ev.stopPropagation();
501
502
  const { origin, pathname, searchParams } = new URL(href || '');
502
503
  const form = document.createElement('form');
503
504
  form.setAttribute('method', 'POST');
@@ -6054,7 +6055,7 @@
6054
6055
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
6055
6056
  });
6056
6057
 
6057
- const packageVersion = "0.14.206";
6058
+ const packageVersion = "0.14.207";
6058
6059
 
6059
6060
  exports.Blocks = Blocks;
6060
6061
  exports.ContentPage = ContentPage;