chore(editor): switch to edgeless in renderer poc entry (#9950)

This commit is contained in:
Yifeng Wang
2025-02-05 14:36:20 +08:00
committed by GitHub
parent 2607e34063
commit 64de83b13d

View File

@@ -13,3 +13,4 @@ export const doc = createEmptyDoc().init();
export const editor = new AffineEditorContainer();
editor.doc = doc;
editor.mode = 'edgeless';