editor.js icon indicating copy to clipboard operation
editor.js copied to clipboard

Placeholder text shouldn't dissapear as soon as editor is focused, it should dissappear when the user starts typing

Open CamdenSpehl opened this issue 1 year ago • 0 comments

The placeholder text goes away when the editor is focused, even if it is still blank. It should behave like other inputs, where the placeholder goes away once the user starts typing and not when they click in the box. Maybe there is a way to do this I haven't found yet, but it makes the editor feel much less nice.

I wanted to do this to make the editor feel much ncier on my app

CamdenSpehl avatar Feb 03 '24 21:02 CamdenSpehl