diff --git a/src/mobile-ui-react/ResizablePanel.tsx b/src/mobile-ui-react/ResizablePanel.tsx index b6b467e..1260389 100644 --- a/src/mobile-ui-react/ResizablePanel.tsx +++ b/src/mobile-ui-react/ResizablePanel.tsx @@ -419,8 +419,7 @@ class TouchCaptor extends React.PureComponent { } // @todo Use the functional version of TouchCaptor below after sufficient testing. -// // 2024-06-24: Converted to a function due to compile errors that I couldn't understand after -// // updating to iTwin 4.7.x. +// // 2024-06-24: Converted to a function. // function TouchCaptor(props: TouchCaptorProps) { // const { className, children, isTouchStarted, onTouchStart, onTouchMove, onTouchEnd } = props; // const handleTouchStart = React.useCallback((e: React.TouchEvent) => { @@ -554,8 +553,7 @@ class TouchDragHandle extends React.PureComponent