-
When I add a text box, I try to move it to somewhere in the screen. However it always vibrates when I touched the vertical align line. I see the code is in layer_interaction_manager.dart, but it seems not to be configurable. Can we make it configurable? I just don't want it vibrate. The center line is enough for me. |
Beta Was this translation helpful? Give feedback.
Answered by
hm21
Dec 24, 2024
Replies: 1 comment
-
The vibration feature can be disabled within the configs: ProImageEditorConfigs(
helperLines: const HelperLines(
hitVibration: false,
), |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hm21
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The vibration feature can be disabled within the
helperLines
configuration settings, as shown below: