fix: tighten distance for double tap text creation (#9889)

This commit is contained in:
Ryan Di
2025-08-23 02:12:51 +10:00
committed by GitHub
parent 531f3e5524
commit 3085f4af81
2 changed files with 33 additions and 7 deletions

View File

@@ -522,3 +522,5 @@ export enum UserIdleState {
* the start and end points)
*/
export const LINE_POLYGON_POINT_MERGE_DISTANCE = 20;
export const DOUBLE_TAP_POSITION_THRESHOLD = 35;