Editor tags component change ng-if to ng-show
This commit is contained in:
@@ -11,6 +11,8 @@ class ComponentManager {
|
||||
this.contextStreamObservers = [];
|
||||
this.activeComponents = [];
|
||||
|
||||
// this.loggingEnabled = true;
|
||||
|
||||
this.permissionDialogs = [];
|
||||
|
||||
this.handlers = [];
|
||||
|
||||
@@ -143,6 +143,9 @@ class DBManager {
|
||||
console.log("Database deleted successfully");
|
||||
callback();
|
||||
};
|
||||
deleteRequest.onblock = function(event) {
|
||||
callback();
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user