@gingkoo/pandora-metabase 1.0.0-alpha.24 → 1.0.0-alpha.25

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/lib/es/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @gingkoo/pandora-metabase v1.0.0-alpha.24
2
+ * @gingkoo/pandora-metabase v1.0.0-alpha.25
3
3
  */
4
4
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
5
5
  import * as React from 'react';
@@ -3695,6 +3695,7 @@ function generateTrigger(PortalComponent) {
3695
3695
  borderRadius: 6
3696
3696
  },
3697
3697
  onClick: e => this.props.closable && e.stopPropagation(),
3698
+ onMouseDown: e => e.stopPropagation(),
3698
3699
  children: /*#__PURE__*/React.cloneElement(this.props.children, {
3699
3700
  key: posKey,
3700
3701
  didUpdate: this.didUpdate