mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 15:46:29 +08:00
fix(whiteboard): error when drag away last element in Chrome
This commit is contained in:
@@ -93,7 +93,7 @@ export class LeftMenuPlugin extends BasePlugin {
|
||||
}
|
||||
};
|
||||
|
||||
private _onDrop = () => {
|
||||
private _onDrop = (e: React.DragEvent<Element>) => {
|
||||
this._lineInfo.next(undefined);
|
||||
};
|
||||
private _handleDragOverBlockNode = async (
|
||||
|
||||
Reference in New Issue
Block a user