Update preview group creation to handle wireframe display mode

This commit is contained in:
2026-04-04 19:06:33 +02:00
parent 4c4fde5aae
commit 6eef0142e2
4 changed files with 36 additions and 11 deletions

View File

@@ -126,6 +126,7 @@ describe("local draft storage", () => {
viewportLayoutState.layoutMode = "quad";
viewportLayoutState.activePanelId = "bottomRight";
viewportLayoutState.panels.topLeft.displayMode = "wireframe";
viewportLayoutState.panels.topLeft.cameraState.target = {
x: 8,
y: 3,
@@ -151,6 +152,7 @@ describe("local draft storage", () => {
activePanelId: "bottomRight",
panels: {
topLeft: {
displayMode: "wireframe",
cameraState: {
target: {
x: 8,