mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-11-03 20:34:40 +01:00 
			
		
		
		
	refactor: simplify zoom by removing zoom.translation (#4477)
				
					
				
			This commit is contained in:
		@@ -67,10 +67,6 @@ Object {
 | 
			
		||||
  "viewModeEnabled": false,
 | 
			
		||||
  "zenModeEnabled": false,
 | 
			
		||||
  "zoom": Object {
 | 
			
		||||
    "translation": Object {
 | 
			
		||||
      "x": 0,
 | 
			
		||||
      "y": 0,
 | 
			
		||||
    },
 | 
			
		||||
    "value": 1,
 | 
			
		||||
  },
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user