Merge pull request #299 from ollama-webui/sidebar-button-fix

fix: sidebar button click register issue
This commit is contained in:
Timothy Jaeryang Baek 2023-12-27 22:51:05 -05:00 committed by GitHub
commit 87c856c306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -382,11 +382,6 @@
on:click={() => {
showDropdown = !showDropdown;
}}
on:focusout={() => {
setTimeout(() => {
showDropdown = false;
}, 150);
}}
>
<div class=" self-center mr-3">
<img
@ -409,6 +404,7 @@
class="flex py-2.5 px-3.5 w-full hover:bg-gray-800 transition"
on:click={() => {
goto('/admin');
showDropdown = false;
}}
>
<div class=" self-center mr-3">
@ -470,6 +466,7 @@
on:click={() => {
localStorage.removeItem('token');
location.href = '/auth';
showDropdown = false;
}}
>
<div class=" self-center mr-3">