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
This commit is contained in:
Starbeamrainbowlabs 2022-02-27 03:06:57 +00:00
parent ae1b46097e
commit 67281677ac
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -24,7 +24,7 @@ class TableView {
] ]
}); });
for(let def of tabledef.items) { for(let def of tabledef.items) {
// MARKER: We were last editing here
} }
this.el.replaceChildren(parts); this.el.replaceChildren(parts);