feat: better styling, add new track

This commit is contained in:
Daniel Ledda
2021-09-05 17:42:05 +02:00
parent f3f966c9ca
commit 9967de43dd
10 changed files with 55 additions and 56 deletions

View File

@@ -22,7 +22,6 @@ export default class BeatUnitView extends UINode implements ISubscriber {
this.subscription.unbind();
this.beatUnit = beatUnit;
this.setupBindings();
this.rebuild();
this.redraw();
}