Merge branch 'canary' into 0414/vtr_test_layout

This commit is contained in:
Yifeng Wang
2025-04-15 09:20:25 +08:00
2 changed files with 5 additions and 1 deletions
@@ -83,6 +83,10 @@ export class ViewportTurboRendererExtension extends GfxExtension {
private viewportElement: GfxViewportElement | null = null;
private readonly refresh$ = new Subject<void>();
public get currentState(): RenderingState {
return this.state$.value;
}
constructor(gfx: GfxController) {
super(gfx);
+1 -1
View File
@@ -356,7 +356,7 @@ export function App() {
}
function createStoreManagerClient() {
const worker = new Worker(getWorkerUrl('nbstore.worker.js'));
const worker = new Worker(getWorkerUrl('nbstore'));
const { port1: nativeDBApiChannelServer, port2: nativeDBApiChannelClient } =
new MessageChannel();
AsyncCall<typeof NbStoreNativeDBApis>(NbStoreNativeDBApis, {