Style fixes
This commit is contained in:
@@ -407,6 +407,9 @@ angular.module('app')
|
||||
this.noteReady = false;
|
||||
$timeout(() => {
|
||||
this.noteReady = true;
|
||||
$timeout(() => {
|
||||
this.reloadFont();
|
||||
})
|
||||
}, 0)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,7 +41,6 @@ class DesktopManager {
|
||||
if(!this.isDesktop) return;
|
||||
|
||||
var data = components.map((component) => {
|
||||
console.log("Web Sycying Component", this.convertComponentForTransmission(component));
|
||||
return this.convertComponentForTransmission(component);
|
||||
})
|
||||
this.installationSyncHandler(data);
|
||||
|
||||
Reference in New Issue
Block a user