@yogiswara/honcho-editor-ui 3.3.1 → 3.3.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.
|
@@ -122,6 +122,7 @@ export default function HSliderColorMobile(props) {
|
|
|
122
122
|
left: 0,
|
|
123
123
|
right: 0,
|
|
124
124
|
zIndex: 1,
|
|
125
|
+
touchAction: 'pan-y', // ✅ 1. Add this to make double-tap reliable on mobile
|
|
125
126
|
userSelect: 'none',
|
|
126
127
|
} }), _jsx(Slider, { sx: {
|
|
127
128
|
width: "100%",
|
|
@@ -160,6 +161,7 @@ export default function HSliderColorMobile(props) {
|
|
|
160
161
|
left: 0,
|
|
161
162
|
right: 0,
|
|
162
163
|
zIndex: 1,
|
|
164
|
+
touchAction: 'pan-y', // ✅ 1. Add this to make double-tap reliable on mobile
|
|
163
165
|
userSelect: 'none',
|
|
164
166
|
} }), _jsx(Slider, { sx: {
|
|
165
167
|
width: "100%",
|
|
@@ -198,6 +200,7 @@ export default function HSliderColorMobile(props) {
|
|
|
198
200
|
left: 0,
|
|
199
201
|
right: 0,
|
|
200
202
|
zIndex: 1,
|
|
203
|
+
touchAction: 'pan-y', // ✅ 1. Add this to make double-tap reliable on mobile
|
|
201
204
|
userSelect: 'none',
|
|
202
205
|
} }), _jsx(Slider, { sx: {
|
|
203
206
|
width: "100%",
|
|
@@ -236,6 +239,7 @@ export default function HSliderColorMobile(props) {
|
|
|
236
239
|
left: 0,
|
|
237
240
|
right: 0,
|
|
238
241
|
zIndex: 1,
|
|
242
|
+
touchAction: 'pan-y', // ✅ 1. Add this to make double-tap reliable on mobile
|
|
239
243
|
userSelect: 'none',
|
|
240
244
|
} }), _jsx(Slider, { sx: {
|
|
241
245
|
width: "100%",
|
|
@@ -104,6 +104,7 @@ export default function HSliderLightMobile(props) {
|
|
|
104
104
|
left: 0,
|
|
105
105
|
right: 0,
|
|
106
106
|
zIndex: 1,
|
|
107
|
+
touchAction: 'pan-y', // ✅ 1. Add this to make double-tap reliable on mobile
|
|
107
108
|
userSelect: 'none',
|
|
108
109
|
} }), _jsx(Slider, { sx: {
|
|
109
110
|
width: "100%",
|
|
@@ -143,6 +144,7 @@ export default function HSliderLightMobile(props) {
|
|
|
143
144
|
left: 0,
|
|
144
145
|
right: 0,
|
|
145
146
|
zIndex: 1,
|
|
147
|
+
touchAction: 'pan-y', // ✅ 1. Add this to make double-tap reliable on mobile
|
|
146
148
|
userSelect: 'none',
|
|
147
149
|
} }), _jsx(Slider, { sx: {
|
|
148
150
|
width: "100%",
|
|
@@ -182,6 +184,7 @@ export default function HSliderLightMobile(props) {
|
|
|
182
184
|
left: 0,
|
|
183
185
|
right: 0,
|
|
184
186
|
zIndex: 1,
|
|
187
|
+
touchAction: 'pan-y', // ✅ 1. Add this to make double-tap reliable on mobile
|
|
185
188
|
userSelect: 'none',
|
|
186
189
|
} }), _jsx(Slider, { sx: {
|
|
187
190
|
width: "100%",
|
|
@@ -221,6 +224,7 @@ export default function HSliderLightMobile(props) {
|
|
|
221
224
|
left: 0,
|
|
222
225
|
right: 0,
|
|
223
226
|
zIndex: 1,
|
|
227
|
+
touchAction: 'pan-y', // ✅ 1. Add this to make double-tap reliable on mobile
|
|
224
228
|
userSelect: 'none',
|
|
225
229
|
} }), _jsx(Slider, { sx: {
|
|
226
230
|
width: "100%",
|
|
@@ -260,6 +264,7 @@ export default function HSliderLightMobile(props) {
|
|
|
260
264
|
left: 0,
|
|
261
265
|
right: 0,
|
|
262
266
|
zIndex: 1,
|
|
267
|
+
touchAction: 'pan-y', // ✅ 1. Add this to make double-tap reliable on mobile
|
|
263
268
|
userSelect: 'none',
|
|
264
269
|
} }), _jsx(Slider, { sx: {
|
|
265
270
|
width: "100%",
|
|
@@ -299,6 +304,7 @@ export default function HSliderLightMobile(props) {
|
|
|
299
304
|
left: 0,
|
|
300
305
|
right: 0,
|
|
301
306
|
zIndex: 1,
|
|
307
|
+
touchAction: 'pan-y', // ✅ 1. Add this to make double-tap reliable on mobile
|
|
302
308
|
userSelect: 'none',
|
|
303
309
|
} }), _jsx(Slider, { sx: {
|
|
304
310
|
width: "100%",
|