mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-25 08:06:51 +00:00
Update model and add invalidated cycle
This commit is contained in:
@@ -9,6 +9,7 @@ export class StringNode extends AbstractNode<string> {
|
||||
}
|
||||
|
||||
updateModel(el: Element, path: Path, model: DataModel) {
|
||||
model.set(path, el.querySelector('input')?.value)
|
||||
}
|
||||
|
||||
render(path: Path, value: string, view: TreeView) {
|
||||
|
||||
Reference in New Issue
Block a user