-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change the observed events to mouseup, keyup #98
Comments
warpech
changed the title
Change the observed events
Change the observed events to mouseup, keyup
Apr 21, 2016
This is now done in #99. Closing as duplicate |
Reopening as #99 is cancelled |
aloscha
added a commit
that referenced
this issue
May 27, 2016
Remove slowCheck (dirty checking in fixed time intervals) #103
tomalec
added a commit
that referenced
this issue
Sep 9, 2016
Palindrom/Palindrom/issues/98 Partialy reverts Starcounter-Jack/JSON-Patch/commit/81ede07d94305bbdc53cf449717e7c3f4294cb46 (/issues/98)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
JSON-Patch currently observes the following events:
mousedown
,mouseup
,keydown
.For my taste,
mousedown
andkeydown
are unpractical.The list should be changed to have only two events:
mouseup
,keyup
.The text was updated successfully, but these errors were encountered: