fix: block initialization (#7777)

* fix: reorganize initialization

* chore: fix failing tests

* fix: tests

* chore: format

* chore: remove console trace
This commit is contained in:
Beka Westberg
2024-01-18 10:12:57 -08:00
parent 8c5f32b2f9
commit 5db9b5bf11
7 changed files with 43 additions and 22 deletions

View File

@@ -33,6 +33,7 @@ suite('Render Management', function () {
getRelativeToSurfaceXY: () => ({x: 0, y: 0}),
updateComponentLocations: () => {},
bumpNeighbours: () => {},
initialized: true,
workspace: {
resizeContents: () => {},
},