forked from MapComplete/MapComplete
		
	Fix import flow, add typing
This commit is contained in:
		
							parent
							
								
									97334fc369
								
							
						
					
					
						commit
						4246221e8e
					
				
					 29 changed files with 396 additions and 309 deletions
				
			
		|  | @ -48,7 +48,10 @@ export default class LeftControls extends Combine { | |||
|                     } | ||||
|                     return new Lazy(() => { | ||||
|                         const tagsSource = state.allElements.getEventSourceById(feature.properties.id) | ||||
|                         return new FeatureInfoBox(tagsSource, currentViewFL.layerDef, state, "currentview", guiState.currentViewControlIsOpened) | ||||
|                         return new FeatureInfoBox(tagsSource, currentViewFL.layerDef, state, { | ||||
|                             hashToShow: "currentview", | ||||
|                             isShown: guiState.currentViewControlIsOpened | ||||
|                         }) | ||||
|                             .SetClass("md:floating-element-width") | ||||
|                     }) | ||||
|                 })).SetStyle("width: 40rem").SetClass("block") | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue