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
See the hackish if (!this._mouseDragged) this.becomeFirstResponder(); in mouseUp. What should actually happen is that the blur event handler doesn't force the view to lose first responder status. (That may not be sufficient.)
The text was updated successfully, but these errors were encountered:
See the hackish
if (!this._mouseDragged) this.becomeFirstResponder();
in mouseUp. What should actually happen is that theblur
event handler doesn't force the view to lose first responder status. (That may not be sufficient.)The text was updated successfully, but these errors were encountered: