mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
fix: block initialization (#7777)
* fix: reorganize initialization * chore: fix failing tests * fix: tests * chore: format * chore: remove console trace
This commit is contained in:
@@ -33,6 +33,7 @@ suite('Render Management', function () {
|
||||
getRelativeToSurfaceXY: () => ({x: 0, y: 0}),
|
||||
updateComponentLocations: () => {},
|
||||
bumpNeighbours: () => {},
|
||||
initialized: true,
|
||||
workspace: {
|
||||
resizeContents: () => {},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user