mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-11-03 20:34:40 +01:00 
			
		
		
		
	fix: tighten distance for double tap text creation (#9889)
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user