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???