mirror of
https://github.com/open-webui/open-webui
synced 2025-06-22 18:07:17 +00:00
Update RecursiveFolder.svelte
This commit is contained in:
parent
9783cbb084
commit
a3631366dc
@ -47,6 +47,7 @@
|
|||||||
export let parentDragged = false;
|
export let parentDragged = false;
|
||||||
|
|
||||||
let folderElement;
|
let folderElement;
|
||||||
|
let folderMenuShow = false;
|
||||||
|
|
||||||
let draggedOver = false;
|
let draggedOver = false;
|
||||||
let dragged = false;
|
let dragged = false;
|
||||||
@ -373,16 +374,8 @@
|
|||||||
exportHandler();
|
exportHandler();
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<button
|
<button class="p-0.5 dark:hover:bg-gray-850 hover:bg-gray-200 rounded-lg touch-auto">
|
||||||
class="p-0.5 dark:hover:bg-gray-850 hover:bg-gray-200 rounded-lg touch-auto"
|
<EllipsisHorizontal className="size-4" strokeWidth="2.5" />
|
||||||
on:click={(e) => {
|
|
||||||
e.stopPropagation();
|
|
||||||
}}
|
|
||||||
on:pointerup={(e) => {
|
|
||||||
e.stopPropagation();
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<EllipsisHorizontal className="size-4" strokeWidth="2.5" />
|
|
||||||
</button>
|
</button>
|
||||||
</FolderMenu>
|
</FolderMenu>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user