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
Version = '1.0.4' When i click toolbar insert picture open select file is invalid. This is code
<span class="btn btn-default" title="Insert picture (or just drag & drop)" id="pictureBtn"> <i class="fa fa-picture-o"></i> <input class="imgUpload" type="file" data-role="magic-overlay" data-target="#pictureBtn" data-edit="insertImage" /> </span>
modified
<label class="btn btn-default" title="Insert picture (or just drag & drop)" for="pictureBtn"> <i class="fa fa-picture-o"></i> <input class="imgUpload" type="file" accept="image/*" data-role="magic-overlay" id="pictureBtn" data-edit="insertImage" /> </label>
I'm sorry My English so poor
The text was updated successfully, but these errors were encountered:
Yes, we are aware of this.
PR #68 will fix this once it is merged.
Sorry, something went wrong.
@RandomlyKnighted thank you
No branches or pull requests
Version = '1.0.4'
When i click toolbar insert picture open select file is invalid.
This is code
modified
I'm sorry
My English so poor
The text was updated successfully, but these errors were encountered: