Skip to content

Commit 316571a

Browse files
Revert "fix: insertion marker's next blocks become real block (#7384)" (#7429)
This reverts commit 18ee0ec. (cherry picked from commit 9db853d)
1 parent 36dfc34 commit 316571a

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

core/insertion_marker_manager.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -225,12 +225,7 @@ export class InsertionMarkerManager {
225225
eventUtils.disable();
226226
let result: BlockSvg;
227227
try {
228-
const blockJson = blocks.save(sourceBlock, {
229-
addCoordinates: false,
230-
addInputBlocks: false,
231-
addNextBlocks: false,
232-
doFullSerialization: false,
233-
});
228+
const blockJson = blocks.save(sourceBlock);
234229
if (!blockJson) {
235230
throw new Error('Failed to serialize source block.');
236231
}

0 commit comments

Comments
 (0)