From 00a636f5fc21f53f98efab4b9fc33db7990c01fa Mon Sep 17 00:00:00 2001 From: "Travis.Cobbs" <77415528+tcobbs-bentley@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:36:40 -0700 Subject: [PATCH] Remove compile error reference that is no longer correct --- src/mobile-ui-react/ResizablePanel.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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