Timothy Jaeryang Baek 5 달 전
부모
커밋
ad1486c8bd
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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>