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