Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-10-29 18:29:50 +03:00
parent 558ccaa812
commit cb62d1e1c2

View File

@ -50,7 +50,7 @@ var setup = function(){
focused:: true focused:: true
- BUG: focus at times seems to be biased a bit to the right -- the caret is placed to the right from where expected... - BUG: focus at times seems to be biased a bit to the right -- the caret is placed to the right from where expected...
- -
_this seems to only affect text leading whitespace only, like this._ _this seems to only affect text with leading whitespace only, like this._
- BUG: undo: does not handle element splitting correctly... - BUG: undo: does not handle element splitting correctly...
- place cursor somewhere here, hit `Enter`, and then undo. - place cursor somewhere here, hit `Enter`, and then undo.
- _this will correctly restore the old node but will not remove the new one_ - _this will correctly restore the old node but will not remove the new one_