Hello, is there a way to disable the "full swipe" behavior in `SwipeToReveal`? EDIT: Found it: ```s...
l
Hello, is there a way to disable the "full swipe" behavior in
SwipeToReveal
? EDIT: Found it:
Copy code
state = rememberRevealState(
    confirmValueChange = { it != RevealValue.Revealed }
)