From 37ba9aa5b255435fef7cc7c46a00f9eea1e9c276 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 8 Nov 2023 04:32:55 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index f84b72b..70a9024 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -115,6 +115,10 @@ var setup = function(){ - - ## ToDo: - ASAP: edit/view sizes slightly different... + - _this us due to `._updateTextareaSize(..)` -- in conflict with tetarea's `.autoUpdateSize(..)`_ + - to reproduce:# + - edit any node + - move up/down - Q: should we use `HTMLTextAreaElement.autoUpdateSize(..)` or handle it globally in setup??? - _...I'm leaning towards the later..._ - Q: can we place a cursor in a table correctly???