Timothy Jaeryang Baek 5 hónapja
szülő
commit
ad1486c8bd
1 módosított fájl, 3 hozzáadás és 0 törlés
  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>