Fix color dependencies
This commit is contained in:
@@ -111,7 +111,7 @@ export default {
|
||||
|
||||
//Check for project change
|
||||
if(asNewHash.items[0] != asOldHash.items[0]) {
|
||||
console.log('Project change: '+(asOldHash.items[0])+' ->', asNewHash.items[0]);
|
||||
this.$parent.hash.items = [asNewHash.items[0]];
|
||||
this.init();
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user