You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2019. It is now read-only.
Once a LPMultiLineTextField is activated, it continues to consume all key events even when not active.
From what I understand, the method "performKeyEquivalent" should by default return NO and only YES if the key was acted on.
Actually I'm not even sure if it needs to be there at all, I don't notice any difference with it completely removed.