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.