From 7fbc5e863eb2c65f1982457f52a3a607692c2bb5 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 26 Nov 2023 05:28:47 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/experiments/outline-editor/index.html b/experiments/outline-editor/index.html index 9b280c0..fc2f8e8 100755 --- a/experiments/outline-editor/index.html +++ b/experiments/outline-editor/index.html @@ -59,6 +59,7 @@ var setup = function(){ code block -- resized on block edit (`keydown` in edit mode) ``` - _this seems to be because of a stray `\n` after re-render + `white-space: ...` in the `.view` element..._ + _...this is logical as we do not render code on load and to on after edit_ - ways to fix: - semi-active (current): - active mode currently disabled (see: `UPDATE_CODE_SIZE`)