We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36dfc34 commit 316571aCopy full SHA for 316571a
1 file changed
core/insertion_marker_manager.ts
@@ -225,12 +225,7 @@ export class InsertionMarkerManager {
225
eventUtils.disable();
226
let result: BlockSvg;
227
try {
228
- const blockJson = blocks.save(sourceBlock, {
229
- addCoordinates: false,
230
- addInputBlocks: false,
231
- addNextBlocks: false,
232
- doFullSerialization: false,
233
- });
+ const blockJson = blocks.save(sourceBlock);
234
if (!blockJson) {
235
throw new Error('Failed to serialize source block.');
236
}
0 commit comments