@gisce/react-ooui 1.2.11 → 1.2.12
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 +2 -0
- package/dist/react-ooui.es.js.map +1 -1
- package/dist/react-ooui.umd.js +2 -2
- package/dist/react-ooui.umd.js.map +1 -1
- package/dist/widgets/base/Text.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/widgets/base/Char.tsx +1 -1
- package/src/widgets/base/Text.tsx +3 -2
package/dist/react-ooui.es.js
CHANGED
|
@@ -1072,6 +1072,7 @@ const {
|
|
|
1072
1072
|
onBlur: c,
|
|
1073
1073
|
style: {
|
|
1074
1074
|
cursor: "pointer",
|
|
1075
|
+
pointerEvents: "none",
|
|
1075
1076
|
...r
|
|
1076
1077
|
}
|
|
1077
1078
|
})
|
|
@@ -7196,6 +7197,7 @@ const {
|
|
|
7196
7197
|
style: {
|
|
7197
7198
|
height: o ? o + "px" : "100%",
|
|
7198
7199
|
cursor: "pointer",
|
|
7200
|
+
pointerEvents: "none",
|
|
7199
7201
|
...r
|
|
7200
7202
|
},
|
|
7201
7203
|
id: t,
|