Skip to content

Commit 36dfc34

Browse files
Merge pull request #7391 from google/rc/v10.1.2
release: Rc/v10.1.2
2 parents 11b7b72 + 4457e57 commit 36dfc34

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

core/insertion_marker_manager.ts

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blockly",
3-
"version": "10.1.1",
3+
"version": "10.1.2",
44
"description": "Blockly is a library for building visual programming editors.",
55
"keywords": [
66
"blockly"

0 commit comments

Comments
 (0)