Small tweaks

This commit is contained in:
Gregory Schier
2023-02-26 15:25:55 -08:00
parent 5658da34a2
commit 83f84ded8d
3 changed files with 10 additions and 19 deletions

View File

@@ -70,7 +70,6 @@ export const placeholders = ViewPlugin.fromClass(
this.placeholders = placeholderMatcher.createDeco(view);
}
update(update: ViewUpdate) {
console.log('VIEW UPDATE', update);
this.placeholders = placeholderMatcher.updateDeco(update, this.placeholders);
}
},