Timothy Jaeryang Baek hace 9 meses
padre
commit
ad1486c8bd
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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>