Closed carakas closed 4 years ago
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>
@pdfrod @carakas thanks for the report. WIll be fixed in 2.16
awesome :D Thank you for the fast response
Resolved by #966
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