forked from MapComplete/MapComplete
		
	Fix 'stabilized'
This commit is contained in:
		
							parent
							
								
									36ac99c9ec
								
							
						
					
					
						commit
						a4916a9b6d
					
				
					 3 changed files with 6 additions and 6 deletions
				
			
		|  | @ -81,7 +81,7 @@ export default class SimpleAddUI extends Toggle { | |||
|         const presetsOverview = SimpleAddUI.CreateAllPresetsPanel(selectedPreset, state) | ||||
| 
 | ||||
| 
 | ||||
|         async function createNewPoint(tags: any[], location: { lat: number, lon: number }, snapOntoWay?: OsmWay) { | ||||
|         async function createNewPoint(tags: any[], location: { lat: number, lon: number }, snapOntoWay?: OsmWay) : Promise<void>{ | ||||
|             const newElementAction = new CreateNewNodeAction(tags, location.lat, location.lon, { | ||||
|                 theme: state.layoutToUse?.id ?? "unkown", | ||||
|                 changeType: "create", | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue