Skip to content

Commit

Permalink
fix(nodes): remove v-if
Browse files Browse the repository at this point in the history
  • Loading branch information
bcakmakoglu committed Apr 9, 2022
1 parent 08c10b7 commit 32c0f59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package/src/components/Nodes/NodeWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ export default {
>
<component
:is="type"
v-if="nodeElement"
:id="node.id"
:type="node.type"
:data="node.data"
Expand Down

0 comments on commit 32c0f59

Please sign in to comment.