mirror of
https://github.com/google/blockly.git
synced 2026-01-06 08:30:13 +01:00
fix: disabled render status after serialization (#7650)
* fix: disabled render status after serialization * chore: format * chore: better names * chore: format
This commit is contained in:
committed by
GitHub
parent
bf91422c98
commit
e6de8581dd
@@ -592,7 +592,6 @@ export function domToBlockInternal(
|
||||
topBlockSvg.setConnectionTracking(true);
|
||||
}
|
||||
}, 1);
|
||||
topBlockSvg.updateDisabled();
|
||||
// Allow the scrollbars to resize and move based on the new contents.
|
||||
// TODO(@picklesrus): #387. Remove when domToBlock avoids resizing.
|
||||
(workspace as WorkspaceSvg).resizeContents();
|
||||
|
||||
Reference in New Issue
Block a user