mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-11-03 20:34:40 +01:00 
			
		
		
		
	feat: support customType in activeTool (#5144)
* feat: support customType in activeTool * fix * rewrite types and handling * tweaks * fix Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
		@@ -3,6 +3,7 @@
 | 
			
		||||
exports[`exportToSvg with default arguments 1`] = `
 | 
			
		||||
Object {
 | 
			
		||||
  "activeTool": Object {
 | 
			
		||||
    "customType": null,
 | 
			
		||||
    "lastActiveToolBeforeEraser": null,
 | 
			
		||||
    "locked": false,
 | 
			
		||||
    "type": "selection",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user