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
WordPress Editing Mode Gutenberg
Frontend or Backend Issue Backend Issue
To Reproduce when clicking on inline code area is displayed that “This block has encountered an error and cannot be previewed.”.
Screenshots
Modify resources/gutenberg/enlighterjs.gutenberg.min.css
... ,t=e&&e.getRangeAt(0), ...
to
... ,t=e&&e.rangeCount>0&&e.getRangeAt(0), ...
Now it will work in safari! 😄
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
thanks @phruse
i'll check this soon
Sorry, something went wrong.
134e544
No branches or pull requests
WordPress Editing Mode
Gutenberg
Frontend or Backend Issue
Backend Issue
To Reproduce
when clicking on inline code area is displayed that “This block has encountered an error and cannot be previewed.”.
Screenshots
Modify
resources/gutenberg/enlighterjs.gutenberg.min.css
to
Now it will work in safari! 😄
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: