mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-23 21:06:22 +08:00
refactor(editor): use transformer from store when possible (#10453)
This commit is contained in:
@@ -1354,7 +1354,7 @@ export class DragEventWatcher {
|
||||
middlewares.push(gfxBlocksFilter(selectedIds, std));
|
||||
}
|
||||
|
||||
return std.getTransformer(middlewares);
|
||||
return std.store.getTransformer(middlewares);
|
||||
}
|
||||
|
||||
private _isDropOnCurrentEditor(std?: BlockStdScope) {
|
||||
|
||||
Reference in New Issue
Block a user