forked from MapComplete/MapComplete
		
	Disable broken optimalization
This commit is contained in:
		
							parent
							
								
									9574259e75
								
							
						
					
					
						commit
						8c9e2a36b3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -142,7 +142,7 @@ export default class FeaturePipelineState extends MapState {
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    public CreatePopup(tags:any , layer: LayerConfig): ScrollableFullScreen{
 | 
					    public CreatePopup(tags:any , layer: LayerConfig): ScrollableFullScreen{
 | 
				
			||||||
        if(this.popups.has(tags.id)){
 | 
					        if(this.popups.has(tags.id)){
 | 
				
			||||||
            return this.popups.get(tags.id)
 | 
					       //     return this.popups.get(tags.id)
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        const popup = new FeatureInfoBox(tags, layer, this)
 | 
					        const popup = new FeatureInfoBox(tags, layer, this)
 | 
				
			||||||
        this.popups.set(tags.id, popup)
 | 
					        this.popups.set(tags.id, popup)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue