As mentioned in this comment, it may be confusing that Gesture Handler blocks default events even if it is explicitly disabled. This PR adds styles reset when enabled property changes.
Currently it changes 3 things:
Changes touch-action to default value
Changes user-select to default value
Re-enables context menu usage.
I'm not sure if I missed something. If so, please mention it in a comment.
Description
As mentioned in this comment, it may be confusing that Gesture Handler blocks default events even if it is explicitly disabled. This PR adds styles reset when
enabled
property changes.Currently it changes 3 things:
touch-action
to default valueuser-select
to default valueI'm not sure if I missed something. If so, please mention it in a comment.
Test plan
Tested on newly added example.