forked from MapComplete/MapComplete
		
	Fix: show add new point fullscreen again
This commit is contained in:
		
							parent
							
								
									7ef1628d87
								
							
						
					
					
						commit
						aad31f649e
					
				
					 1 changed files with 15 additions and 2 deletions
				
			
		| 
						 | 
					@ -63,7 +63,7 @@
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
</script>
 | 
					</script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<span {lang}>
 | 
					{#if lang === "*"}
 | 
				
			||||||
  {#each specs as specpart}
 | 
					  {#each specs as specpart}
 | 
				
			||||||
    {#if typeof specpart === "string"}
 | 
					    {#if typeof specpart === "string"}
 | 
				
			||||||
      <span>
 | 
					      <span>
 | 
				
			||||||
| 
						 | 
					@ -74,4 +74,17 @@
 | 
				
			||||||
      <ToSvelte construct={() => createVisualisation(specpart)} />
 | 
					      <ToSvelte construct={() => createVisualisation(specpart)} />
 | 
				
			||||||
    {/if}
 | 
					    {/if}
 | 
				
			||||||
  {/each}
 | 
					  {/each}
 | 
				
			||||||
</span>
 | 
					{:else}
 | 
				
			||||||
 | 
					  <span {lang}>
 | 
				
			||||||
 | 
					    {#each specs as specpart}
 | 
				
			||||||
 | 
					      {#if typeof specpart === "string"}
 | 
				
			||||||
 | 
					        <span>
 | 
				
			||||||
 | 
					          {@html Utils.purify(Utils.SubstituteKeys(specpart, $tags)) }
 | 
				
			||||||
 | 
					          <WeblateLink context={t.context} />
 | 
				
			||||||
 | 
					        </span>
 | 
				
			||||||
 | 
					      {:else if $tags !== undefined}
 | 
				
			||||||
 | 
					        <ToSvelte construct={() => createVisualisation(specpart)} />
 | 
				
			||||||
 | 
					      {/if}
 | 
				
			||||||
 | 
					    {/each}
 | 
				
			||||||
 | 
					  </span>
 | 
				
			||||||
 | 
					{/if}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue