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:
parent
ae1b46097e
commit
67281677ac
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class TableView {
|
|||
]
|
||||
});
|
||||
for(let def of tabledef.items) {
|
||||
|
||||
// MARKER: We were last editing here
|
||||
}
|
||||
|
||||
this.el.replaceChildren(parts);
|
||||
|
|
Loading…
Reference in a new issue