From cb62d1e1c213414f8d4a50077350fde741d1c0fc Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 29 Oct 2023 18:29:50 +0300 Subject: [PATCH] typo... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index ee454c2..726a518 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -50,7 +50,7 @@ var setup = function(){ 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... - - _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... - place cursor somewhere here, hit `Enter`, and then undo. - _this will correctly restore the old node but will not remove the new one_