forked from MapComplete/MapComplete
		
	Fix direction input element
This commit is contained in:
		
							parent
							
								
									61b6721342
								
							
						
					
					
						commit
						4a00c0e357
					
				
					 3 changed files with 25 additions and 7 deletions
				
			
		|  | @ -41,10 +41,6 @@ export default class LengthInput extends InputElement<string> { | |||
|     } | ||||
| 
 | ||||
|     protected InnerConstructElement(): HTMLElement { | ||||
|         const modeElement = new RadioButton([ | ||||
|             new FixedInputElement("Measure", "measure"), | ||||
|             new FixedInputElement("Move", "move") | ||||
|         ]) | ||||
|         // @ts-ignore
 | ||||
|         let map = undefined | ||||
|         if (!Utils.runningFromConsole) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue