editor-js / header

Header Tool for Editor.js 2.0
MIT License
96 stars 122 forks source link

fix issue #57: when using placeholder, caret does not appear on first click #59

Open Jak-Ch-ll opened 3 years ago

Jak-Ch-ll commented 3 years ago

Fix for issue #57

Replaced cursor: text with pointer-event: none

cursor: text is no longer needed, because the before-element is now completly ignored by the mouse