@gisce/react-ooui 2.97.0-alpha.2 → 2.97.0-alpha.3
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/react-ooui.es.js
CHANGED
|
@@ -18366,6 +18366,9 @@ function Rb(t) {
|
|
|
18366
18366
|
onClick: () => {
|
|
18367
18367
|
!o && i(r);
|
|
18368
18368
|
},
|
|
18369
|
+
onMouseDown: (d) => {
|
|
18370
|
+
d.button === 1 && (d.preventDefault(), n(r));
|
|
18371
|
+
},
|
|
18369
18372
|
style: {
|
|
18370
18373
|
cursor: "pointer",
|
|
18371
18374
|
height: 40,
|