BohdanTkachenko / vico

JavaScript WYSIWYG editor built with ReactJS
http://vico.js.org
MIT License
2 stars 1 forks source link

Most features only work if there is already something selected #9

Open BohdanTkachenko opened 8 years ago

BohdanTkachenko commented 8 years ago

Currently, if you don't have a selection, and you press, for example, bold button, it acts as successful action, but when you start typing, the text is not bold. Instead it should remember that you pressed bold and new input text should be bold.