remove default color

This commit is contained in:
Mutasem 2021-11-11 14:58:14 +01:00
parent bbffc17e60
commit 0758c83e55

View file

@ -122,13 +122,6 @@ export default mixins(
return this.nodeType.properties;
},
isColorDefaultValue (): boolean {
if (this.nodeType === null) {
return false;
}
return this.node.color === this.nodeType.defaults.color;
},
workflowRunning (): boolean {
return this.$store.getters.isActionActive('workflowRunning');
},