-
Notifications
You must be signed in to change notification settings - Fork 9
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
Style and code quality #180
Conversation
b7725cd
to
364e341
Compare
…iles` `images` was `any[]` Resolves cjquines#181
…s` handler only respects one file Resolves cjquines#182
364e341
to
79c7d2b
Compare
captureRef={(ref) => { | ||
qboard.globalState.fileInputRef = ref; | ||
}} | ||
multiple |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#182?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, this is done in 0d814b5 to at least make the input consistent with the processing.
#182 (comment) introduces a different solution, but that can still be done afterwards
* | ||
* @warn | ||
* Gives you the history commands you must apply, but you must do it yourself. | ||
* This function does not actually modify history. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This warning is no longer correct; fix it
For merge before #125
Resolves #179
Resolves #181
Resolves #182