Timothy Jaeryang Baek 5 mesi fa
parent
commit
ad1486c8bd
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      src/lib/components/layout/Sidebar/ChatItem.svelte

+ 3 - 0
src/lib/components/layout/Sidebar/ChatItem.svelte

@@ -256,7 +256,10 @@
 			}
 
 			confirmEdit = false;
+		} else {
+			chatTitle = title;
 		}
+
 		generating = false;
 	};
 </script>