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
1 changed files with 1 additions and 1 deletions

View File

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