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
On Uploading Image without focus on Textarea, application is breaking with error Cannot read properties of null (reading 'previousElementSibling')
On Uploading a image if we try to upload the second image the spinner keeps on spinner as uploadhandler is kept on waiting for response.
To Reproduce Steps to reproduce the behavior:
Go to http://suneditor.com/sample/index.html Remove focus from editor Click on image button In modal, select image, then click submit
For Second Issue Upload an Image, Try to upload another image with focusout
Expected behavior image should appear in textarea
The text was updated successfully, but these errors were encountered:
Fix issue JiHong88#1312
feddc43
TypeError: Cannot read properties of null (reading 'previousElementSibling')
Merge pull request #1329 from JFox23/issue_1312
4da7cf3
Fix issue #1312
No branches or pull requests
On Uploading Image without focus on Textarea, application is breaking with error Cannot read properties of null (reading 'previousElementSibling')
On Uploading a image if we try to upload the second image the spinner keeps on spinner as uploadhandler is kept on waiting for response.
To Reproduce
Steps to reproduce the behavior:
Go to http://suneditor.com/sample/index.html
Remove focus from editor
Click on image button
In modal, select image, then click submit
For Second Issue
Upload an Image,
Try to upload another image with focusout
Expected behavior
image should appear in textarea
The text was updated successfully, but these errors were encountered: