Prevent triggering of keyboard events if button is being held. #2718
Answered
by
kumilingus
gintarasgraciovas
asked this question in
Q&A
-
IntroductionI have a problem with ui.Keyboard. Users have an ability to hold backspace/delete buttons which triggers a lot of events and as a result lots errors from the BE. Is it possible to somehow prevent such events? Steps to reproduce
Restrictions & ConstraintsNo response Does your question relate to JointJS or JointJS+. Select both if applicable.JointJS+ |
Beta Was this translation helpful? Give feedback.
Answered by
kumilingus
Jul 23, 2024
Replies: 1 comment 1 reply
-
Can you use the repeat |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gintarasgraciovas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you use the repeat
KeyboardEvent
property to detect this?