mirror of
https://gitee.com/ByteDance/flowgram.ai.git
synced 2025-07-07 17:43:29 +08:00
fix(fixed-layout): catch block error
This commit is contained in:
parent
8f3930e150
commit
b182c01350
@ -109,7 +109,7 @@ export const TryCatchRegistry: FlowNodeRegistry = {
|
||||
const parent = node.document.getNode(`$catchInlineBlocks$${node.id}`);
|
||||
const block = node.document.addNode({
|
||||
id: blockData.id,
|
||||
type: node.type || TryCatchTypeEnum.CATCH_BLOCK,
|
||||
type: blockData.type || TryCatchTypeEnum.CATCH_BLOCK,
|
||||
originParent: node,
|
||||
parent,
|
||||
data: blockData.data,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user