We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc717f5 commit 90c3d0aCopy full SHA for 90c3d0a
1 file changed
frontend/src/components/BlockList.vue
@@ -8,7 +8,6 @@
8
},
9
methods: {
10
add (block, model_name) {
11
- // this.$emit('hide_add_block')
12
this.$parent.show_add_block = false
13
this.$parent.hover = false
14
this.$root.addNewBlock(block, model_name, this.idx)
@@ -22,4 +21,4 @@
22
21
<a class="stream-btn" href="#" v-text="'+ ' + block.model_doc" @click.prevent.stop="add(block, model_name)"></a>
23
</li>
24
</ul>
25
-</template>
+</template>
0 commit comments