cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-11-08 04:37:44 +03:00
parent 37ba9aa5b2
commit d033005947
2 changed files with 0 additions and 6 deletions

View File

@ -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... */

View File

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