We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f3071 commit ae516cbCopy full SHA for ae516cb
1 file changed
src/resources/blocks/blocks.js
@@ -85,7 +85,7 @@ function register() {
85
}, (block) => {
86
let root = block.getRootBlock()
87
if (!(root.type == `${categoryPrefix}define` && root.blockId_ == block.blockId_)) {
88
- return `()`
+ return `null`
89
}
90
91
return `args["${block.fieldId_}"]`
0 commit comments