mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-10-31 10:54:33 +01:00 
			
		
		
		
	feat: element alignments - snapping (#6256)
Co-authored-by: Ryan Di <ryan.weihao.di@gmail.com> Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
		| @@ -84,7 +84,7 @@ describe("move element", () => { | ||||
|     // select the second rectangles | ||||
|     new Pointer("mouse").clickOn(rectB); | ||||
|  | ||||
|     expect(renderInteractiveScene).toHaveBeenCalledTimes(21); | ||||
|     expect(renderInteractiveScene).toHaveBeenCalledTimes(24); | ||||
|     expect(renderStaticScene).toHaveBeenCalledTimes(20); | ||||
|     expect(h.state.selectionElement).toBeNull(); | ||||
|     expect(h.elements.length).toEqual(3); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 hugofqt
					hugofqt