1) When the user presses Enter Key, the editor returns '<br />' meanwhile I want it to return empty. If the user presses Enter key several times, it will return '<br />' as many times as Enter key has been pressed, meanwhile I want it to return empty.
2) When the user types a word and delete it after, thus leaving the editor empty, it will return '<br />' meanwhile I want it to return empty.
Please how can I solve this issue ?