We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a8221 commit c661dd1Copy full SHA for c661dd1
core/block_svg.ts
@@ -962,6 +962,7 @@ export class BlockSvg
962
blockState: blocks.save(this, {
963
addCoordinates: true,
964
addNextBlocks: false,
965
+ saveIds: false,
966
}) as blocks.State,
967
typeCounts: common.getBlockTypeCounts(this, true),
968
};
core/comments/rendered_workspace_comment.ts
@@ -280,6 +280,7 @@ export class RenderedWorkspaceComment
280
paster: WorkspaceCommentPaster.TYPE,
281
commentState: commentSerialization.save(this, {
282
283
284
}),
285
286
}
0 commit comments