Fix new chat not hiding menu in mobile #179
This commit is contained in:
		
							parent
							
								
									137d0140e1
								
							
						
					
					
						commit
						a5d7560fa9
					
				| 
						 | 
					@ -47,7 +47,7 @@
 | 
				
			||||||
            ></div>
 | 
					            ></div>
 | 
				
			||||||
          {:else}
 | 
					          {:else}
 | 
				
			||||||
          <div class="level-item">
 | 
					          <div class="level-item">
 | 
				
			||||||
            <button on:click={() => { startNewChatWithWarning(activeChatId) }} class="panel-block button" title="Start new chat with default profile" class:is-disabled={!$apiKeyStorage}
 | 
					            <button on:click={() => { $pinMainMenu = false; startNewChatWithWarning(activeChatId) }} class="panel-block button" title="Start new chat with default profile" class:is-disabled={!$apiKeyStorage}
 | 
				
			||||||
              ><span class="greyscale mr-2"><Fa icon={faSquarePlus} /></span> New chat</button>
 | 
					              ><span class="greyscale mr-2"><Fa icon={faSquarePlus} /></span> New chat</button>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
          {/if}
 | 
					          {/if}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue