You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Propname="handleSize"type="number"default="5"description="Size of the resize handle in pixels."/>
143
-
<Propname="touchHandleSize"type="number"default="5"description={<>An optional handle size that can be used to make the handle area bigger for touches. This extends outside the dimensions of the resize handle. <strong>NOTE: You should ensure that you try not to place clickable elements underneath this extended handle area as the handle area will block interaction with that element.</strong></>}/>
143
+
<Prop
144
+
name="touchHandleSize"
145
+
type="number"
146
+
default="5"
147
+
description={
148
+
<>
149
+
An optional handle size that can be used to make the handle area bigger for touches. This extends outside the dimensions of the
150
+
resize handle.{" "}
151
+
<strong>
152
+
NOTE: You should ensure that you try not to place clickable elements underneath this extended handle area as the handle area
0 commit comments