Mirza Leka
Results
1
comments of
Mirza Leka
> This works for me const isEmpty = convertToRaw(editorValue.getCurrentContent()).blocks.every(b => b.text.trim() === ''); Edit: Here is an easier way to validate if the editor has text or not ``` const...