-
Is there a way to get whether or not a modifier key (e.g.
Check for a certain condition and if the condition is met, return is there a way to achieve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Turns out, you can just use |
Beta Was this translation helpful? Give feedback.
Turns out, you can just use
allowedOperations[0]
, nevermind then.