Skip to content

v0.5.1

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Jun 09:48
fb85931

fix(lasso): stop clipboard paste on deselect — drop redundant setLassoBoxState(0) (#35)

lassoElements already shows the selection box; the extra setLassoBoxState(0) armed the native transfer/paste mode, so with a non-empty clipboard a tap-outside pasted it scaled-up instead of deselecting. Verified on-device. Fixes #34.