biblio-react 2.2.1 → 2.2.2
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22716,7 +22716,7 @@ const $1 = /* @__PURE__ */ o((e) => {
|
|
|
22716
22716
|
i,
|
|
22717
22717
|
(x, O) => Jt(x, {
|
|
22718
22718
|
onClick: x.props.options ? null : (w) => {
|
|
22719
|
-
x.props.onClick && x.props.onClick(w), s(E, x.key);
|
|
22719
|
+
x.props.onClick && x.props.onClick(w), x.props.customOnClickOnly || s(E, x.key);
|
|
22720
22720
|
},
|
|
22721
22721
|
options: x.props.options ? x.props.options.map((w) => ({
|
|
22722
22722
|
...w,
|