We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See: https://github.com/ckeditor/ckeditor5-upload/blob/0fe248ad55c64f4a042949464d938f7f1aa98a2e/src/imageuploadbutton.js#L53
FileDialogButtonView is not a ButtonView instance but only a wrapper for ButtonView and input[file]. Should be:
FileDialogButtonView
ButtonView
input[file]
view.buttonView.bind( 'isEnabled' ).to( command );
The text was updated successfully, but these errors were encountered:
Merge pull request #78 from ckeditor/t/77
d231ea6
Fix: Fixed incorrect `ImageUploadButton` and `ImageUploadCommand` binding. Closes #77. Closes https://github.com/ckeditor/ckeditor5-ui/issues/357.
Successfully merging a pull request may close this issue.
See:
https://github.com/ckeditor/ckeditor5-upload/blob/0fe248ad55c64f4a042949464d938f7f1aa98a2e/src/imageuploadbutton.js#L53
FileDialogButtonView
is not aButtonView
instance but only a wrapper forButtonView
andinput[file]
. Should be:The text was updated successfully, but these errors were encountered: