mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
feat: searchbar follows keyboard
This commit is contained in:
@@ -60,7 +60,7 @@ const VideoSlider = ({ onSlidingComplete }: VideoSliderProps) => {
|
||||
if (!isDragging.value) {
|
||||
translateX.value = clamp(valueX, 0, width - knobSize_);
|
||||
}
|
||||
}, [valueX, isDragging.value]);
|
||||
}, [valueX, isDragging.value, translateX, width]);
|
||||
|
||||
const _onSlidingComplete = (xValue: number) => {
|
||||
"worklet";
|
||||
|
Reference in New Issue
Block a user