mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 03:56:23 +08:00
fix(editor): remove rootRect and modify layout
This commit is contained in:
@@ -60,7 +60,7 @@ export class BlockPropertyPlugin extends BasePlugin {
|
||||
);
|
||||
};
|
||||
|
||||
protected override on_render(): void {
|
||||
protected override _onRender(): void {
|
||||
this.hooks.addHook(
|
||||
HookType.AFTER_ON_NODE_MOUSE_MOVE,
|
||||
this.on_mouse_move,
|
||||
|
||||
Reference in New Issue
Block a user