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
Only forward click events to NSTextview (microsoft#1515)
* Forward mouse clicks to NSTextView to prevent swallowing of events
Change HitTest to forward events correctly
Add MouseDown & forward events correctly
Add touch handler static methods
* Show the NSTextView contextMenu on right click
* No need to forward copy to nstextview since it will have first responder upon click
* Fix Event mask deprecation warnings
* Fix missing macOS tag & extra comment
Co-authored-by: Shawn Dempsey <[email protected]>
Co-authored-by: Saad Najmi <[email protected]>
0 commit comments