diff --git a/experiments/outline-editor/editor.css b/experiments/outline-editor/editor.css index 729608b..43fa6e9 100755 --- a/experiments/outline-editor/editor.css +++ b/experiments/outline-editor/editor.css @@ -111,7 +111,6 @@ } &.focused:not(:focus)>.text { background: rgba(0,0,0,0.01); - border-bottom: solid 2px rgba(0,0,0,0.03); } /* collapsed block... */ diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index 70a9024..0e92daf 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -114,11 +114,6 @@ var setup = function(){ - side margins are a bit too large (account for toolbat to the right) - - ## 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???