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
medium.js Uncaught TypeError: Cannot read property 'length' of null
if i type this in browser console medium.insertHtml('123456'); it throws error
if i trigger this from a button click, it works
The text was updated successfully, but these errors were encountered:
what is Medium.activeElement for?
the insert() method needs Medium.activeElement === this.medium.element
but if i call from console or other class (e.g. fileupload) , the activeElement is null thus throws error
focus() method also wont set the activeElement
Sorry, something went wrong.
No branches or pull requests
medium.js Uncaught TypeError: Cannot read property 'length' of null
if i type this in browser console
medium.insertHtml('123456');
it throws error
if i trigger this from a button click, it works
The text was updated successfully, but these errors were encountered: