mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-10-30 18:34:22 +01:00 
			
		
		
		
	Don't use translated value for shortcut (#526)
This commit is contained in:
		| @@ -506,7 +506,7 @@ export class App extends React.Component<any, AppState> { | ||||
|               checked={this.state.elementType === value} | ||||
|               name="editor-current-shape" | ||||
|               title={`${capitalizeString(label)} — ${ | ||||
|                 capitalizeString(label)[0] | ||||
|                 capitalizeString(value)[0] | ||||
|               }, ${index + 1}`} | ||||
|               onChange={() => { | ||||
|                 this.setState({ elementType: value }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Thibaut SABOT
					Thibaut SABOT