refactor(editor): switch worker renderer debug ui to tweakpane (#10074)

This commit is contained in:
Yifeng Wang
2025-02-11 11:13:32 +08:00
committed by GitHub
parent c5c59ba00a
commit f7335d8cb6
2 changed files with 38 additions and 17 deletions

View File

@@ -42,10 +42,6 @@
top: 0;
left: 0;
padding: 5px;
display: flex;
gap: 5px;
justify-content: flex-start;
align-items: center;
}
</style>
</head>
@@ -54,8 +50,7 @@
<div id="left-column"></div>
<div id="right-column">
<div class="top-bar">
<button id="to-canvas-button">to canvas</button>
<button id="switch-mode-button">switch mode</button>
<div id="tweakpane-container"></div>
</div>
</div>
</div>