SwipeActions icon indicating copy to clipboard operation
SwipeActions copied to clipboard

SwipeState should update

Open jostster opened this issue 1 year ago • 2 comments

Shouldn't the state for SwipeState update when a cell is swiped? It looks like the code is just comparing the tag's with the id so if we add logic to check if a cell is already swiped, the state is still .untouched.

jostster avatar Dec 12 '23 17:12 jostster

@jostster

so if we add logic to check if a cell is already swiped, the state is still .untouched.

What do u mean? Plz share the code...

is just comparing the tag's with the id

Not quite so... see the logic in this code .valueChanged(of: dragGestureActive) in SwipeActions.swift

c-villain avatar Dec 13 '23 10:12 c-villain

@jostster yeap, confirmed, try to fix it =)

c-villain avatar Jan 30 '24 07:01 c-villain

fix in 0.3.4

c-villain avatar May 31 '24 15:05 c-villain