Skip to content

Commit

Permalink
⚡ モードを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tasuwo committed Jan 20, 2024
1 parent 04fe9aa commit 998634a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MasonryGrid/VMasonryGridCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ final class VMasonryGridCoordinator<Data: Identifiable & Hashable>: ObservableOb
if data != newRequest.data {
return .immediatedly
} else if columnSpacing != newRequest.columnSpacing || contentSpacing != newRequest.contentSpacing || numberOfColumns != newRequest.numberOfColumns {
return .delay
return .immediatedly
} else {
return nil
}
Expand Down

0 comments on commit 998634a

Please sign in to comment.