forked from MapComplete/MapComplete
		
	First attempt to get the editor-layer-index working
This commit is contained in:
		
							parent
							
								
									e46ea51d44
								
							
						
					
					
						commit
						08175a747f
					
				
					 11 changed files with 268 additions and 74 deletions
				
			
		|  | @ -73,12 +73,10 @@ export class TextField extends InputElement<string> { | |||
|     } | ||||
|      | ||||
|     Update() { | ||||
|         console.log("Updating TF") | ||||
|         super.Update(); | ||||
|     } | ||||
| 
 | ||||
|     InnerUpdate() { | ||||
|         console.log("Inner Updating TF") | ||||
|         const field = document.getElementById("txt-" + this.id); | ||||
|         const self = this; | ||||
|         field.oninput = () => { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue