mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-10 12:49:43 -04:00
Fixlint
This commit is contained in:
parent
c61824d07e
commit
fcb2e2e4fa
@ -176,7 +176,7 @@ struct MultiZimFilesOpenedContext<Content: View>: View {
|
|||||||
var body: some View {
|
var body: some View {
|
||||||
Group {
|
Group {
|
||||||
content
|
content
|
||||||
.gesture(TapGesture().modifiers(.command).onEnded({ value in
|
.gesture(TapGesture().modifiers(.command).onEnded({ _ in
|
||||||
selection.toggleMultiSelect(of: zimFile)
|
selection.toggleMultiSelect(of: zimFile)
|
||||||
}))
|
}))
|
||||||
.gesture(TapGesture().onEnded({ _ in
|
.gesture(TapGesture().onEnded({ _ in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user