Skip to content

Commit 90c3d0a

Browse files
authored
Update BlockList.vue
1 parent fc717f5 commit 90c3d0a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

frontend/src/components/BlockList.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
},
99
methods: {
1010
add (block, model_name) {
11-
// this.$emit('hide_add_block')
1211
this.$parent.show_add_block = false
1312
this.$parent.hover = false
1413
this.$root.addNewBlock(block, model_name, this.idx)
@@ -22,4 +21,4 @@
2221
<a class="stream-btn" href="#" v-text="'+ ' + block.model_doc" @click.prevent.stop="add(block, model_name)"></a>
2322
</li>
2423
</ul>
25-
</template>
24+
</template>

0 commit comments

Comments
 (0)