@finsweet/webflow-apps-utils 1.0.57 → 1.0.58

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.
@@ -391,6 +391,7 @@
391
391
 
392
392
  const showDropdown = () => {
393
393
  if (disabled) return;
394
+ if (isOpen) return;
394
395
 
395
396
  // Show the dropdown FIRST so elements are focusable before calling focus()
396
397
  tooltip.setAttribute('aria-hidden', 'false');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finsweet/webflow-apps-utils",
3
- "version": "1.0.57",
3
+ "version": "1.0.58",
4
4
  "description": "Shared utilities for Webflow apps",
5
5
  "homepage": "https://github.com/finsweet/webflow-apps-utils",
6
6
  "repository": {