From 3e1e38838d0f10111e68e17e1ced19377cd41775 Mon Sep 17 00:00:00 2001 From: PhilReact Date: Mon, 7 Apr 2025 10:20:07 +0300 Subject: [PATCH] fix bug when sending qort input not working triple tap --- src/common/BoundedNumericTextField.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/common/BoundedNumericTextField.tsx b/src/common/BoundedNumericTextField.tsx index aaddfcc..fc5562d 100644 --- a/src/common/BoundedNumericTextField.tsx +++ b/src/common/BoundedNumericTextField.tsx @@ -130,12 +130,17 @@ export const BoundedNumericTextField = ({ ...props?.InputProps, endAdornment: addIconButtons ? ( - changeValueWithIncDecButton(1)}> + + changeValueWithIncDecButton(1) + + } onTouchStart={(e)=> e.stopPropagation()}> {" "} - changeValueWithIncDecButton(-1)}> + e.stopPropagation()} size="small" onClick={() => + changeValueWithIncDecButton(-1) + }> {" "}