mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-21 17:09:09 +01:00
Small tweaks
This commit is contained in:
@@ -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);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user