feat: KFImage를 사용하는 곳에 .cancelOnDisappear(true) 옵션 추가

This commit is contained in:
Yu Sung
2025-10-23 15:09:50 +09:00
parent 425a767927
commit 9568cb7ecd
14 changed files with 17 additions and 0 deletions

View File

@@ -258,6 +258,7 @@ struct ProfileSectionView: View {
HStack(spacing: 20) {
// Profile Image Placeholder
KFImage(URL(string: profileUrl))
.cancelOnDisappear(true)
.resizable()
.frame(width: 64, height: 64)
.clipShape(Circle())