-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
Error in firefox when selecting the whole paragraph block #926
Comments
Just tested this. I only have this when I use the out of the box editor without any extra tools registered |
I'm having the same issue on Google Chrome and Editor.js v2.15.1. Here's a minimum reproducible example: <html>
<head>
<title>Hello</title>
</head>
<body>
<div id="editorjs"></div>
<script src="https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest"></script>
<script>
var editor = new EditorJS();
</script>
</body>
</html>
|
awesome :D Thank you for the fast response |
Resolved by #966 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm currently looking at integrating this in Fork CMS
When I'm selecting all text in a paragraph in firefox I get the following error
The text was updated successfully, but these errors were encountered: