godot icon indicating copy to clipboard operation
godot copied to clipboard

Fix trackpad code completion scrolling

Open adamscott opened this issue 1 year ago • 1 comments

This PR makes it so that the code stops interpreting past the fact the gestures done inside the code completion window.

This PR also sets code_completion_pan_offset to 0 as otherwise, you could do multiple gestures past the beginning of the list or the end, and it would take time to "return" to the list afterwards, as there is no upper/lower limit to the offset.

Before

before.webm

After

after.webm

Fixes #94415

adamscott avatar Sep 17 '24 16:09 adamscott

cc. @bruvzg

adamscott avatar Oct 06 '24 23:10 adamscott

Thanks!

Repiteo avatar Oct 14 '24 19:10 Repiteo