Skip to content

Commit 2a5557f

Browse files
committed
Fix: nested blocks
1 parent 029f666 commit 2a5557f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

frontend/js/components/blocks/Blocks.vue

-5
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,6 @@
171171
handle: '.block__handle' // drag handle
172172
}
173173
},
174-
provide() {
175-
return {
176-
nested_block_name: this.name + '|',
177-
}
178-
},
179174
computed: {
180175
...mapState({
181176
editor: state => state.blocks.editor,

0 commit comments

Comments
 (0)