* clean up editor based on #1418 * remove unused ref * address comment on guard style
This commit is contained in:
@@ -79,8 +79,6 @@ export default mixins(
|
||||
},
|
||||
computed: {
|
||||
nodeType (): INodeTypeDescription | null {
|
||||
const activeNode = this.node;
|
||||
|
||||
if (this.node) {
|
||||
return this.$store.getters.nodeType(this.node.type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user