1
0
Timothy Jaeryang Baek 5 сар өмнө
parent
commit
ad1486c8bd

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

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