mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-17 10:06:17 +08:00
fix(editor): remove rootRect and modify layout
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ export class SelectionGroupPlugin extends BasePlugin {
|
||||
|
||||
private root: PluginRenderRoot | undefined;
|
||||
|
||||
protected override on_render() {
|
||||
protected override _onRender() {
|
||||
this.root = new PluginRenderRoot({
|
||||
name: SelectionGroupPlugin.pluginName,
|
||||
render: this.editor.reactRenderRoot?.render,
|
||||
|
||||
Reference in New Issue
Block a user