Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-11-08 04:32:55 +03:00
parent c1e13787a4
commit 37ba9aa5b2

View File

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