@gisce/react-ooui 1.2.11-rc.0 → 1.2.12-rc.0
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
|
})
|
|
@@ -7200,6 +7201,7 @@ const {
|
|
|
7200
7201
|
style: {
|
|
7201
7202
|
height: o ? o + "px" : "100%",
|
|
7202
7203
|
cursor: "pointer",
|
|
7204
|
+
pointerEvents: "none",
|
|
7203
7205
|
...r
|
|
7204
7206
|
},
|
|
7205
7207
|
id: t,
|