mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
chore: merge blocksuite source code (#9213)
This commit is contained in:
7
blocksuite/framework/block-std/src/effects.ts
Normal file
7
blocksuite/framework/block-std/src/effects.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { GfxViewportElement } from './gfx/viewport-element.js';
|
||||
import { EditorHost } from './view/index.js';
|
||||
|
||||
export function effects() {
|
||||
customElements.define('editor-host', EditorHost);
|
||||
customElements.define('gfx-viewport', GfxViewportElement);
|
||||
}
|
||||
Reference in New Issue
Block a user