From 67281677ac9543cc04c885120cdebce307ba3f17 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 27 Feb 2022 03:06:57 +0000 Subject: [PATCH] client: Add last edit marker to TableView so we don't lose our place. It's late at night & I need to go to bed, but I'm in the middle of this --- src/static/js/ui/TableView.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/js/ui/TableView.mjs b/src/static/js/ui/TableView.mjs index 1b8ad36..cf5a724 100644 --- a/src/static/js/ui/TableView.mjs +++ b/src/static/js/ui/TableView.mjs @@ -24,7 +24,7 @@ class TableView { ] }); for(let def of tabledef.items) { - + // MARKER: We were last editing here } this.el.replaceChildren(parts);