From bba5cd0f4cfabc493c5b55a2c029a93f3921fe4a Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 21 Nov 2023 18:47:56 +0300 Subject: [PATCH] ... 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 0343df9..d8fad9b 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -64,7 +64,7 @@ var setup = function(){ - passive (preferred): - try `display:flex` on `.block` and position one elem over the other... - _...not sure how to deal with `.children` yet_ - - another way to go is to place `.text` stuff in a div and style that... + - another way to go is to wrap `.text` stuff in a div and style that... - active (current): - _need to rework the logic..._ - blank line at end of block is initially not shown