diff --git a/src/lib/components/common/DragGhost.svelte b/src/lib/components/common/DragGhost.svelte new file mode 100644 index 000000000..a7f9c2934 --- /dev/null +++ b/src/lib/components/common/DragGhost.svelte @@ -0,0 +1,29 @@ + + + + + +
+ +
diff --git a/src/lib/components/layout/Sidebar/ChatItem.svelte b/src/lib/components/layout/Sidebar/ChatItem.svelte index ff96ed05f..bebc63785 100644 --- a/src/lib/components/layout/Sidebar/ChatItem.svelte +++ b/src/lib/components/layout/Sidebar/ChatItem.svelte @@ -1,7 +1,7 @@ -
+{#if drag && x && y} + +
+
+
+ {chat.title} +
+
+
+
+{/if} + +
{#if confirmEdit}