Saul-Mirone
|
39eb8625d6
|
refactor(editor): remove block models global type (#10086)
|
2025-02-11 11:00:57 +00:00 |
|
Saul-Mirone
|
652865c7cf
|
refactor(editor): remove global types in model (#10082)
Closes: [BS-2249](https://linear.app/affine-design/issue/BS-2249/remove-global-types-in-model)
```ts
// before
matchFlavours(model, ['affine:page']);
// after
matchFlavours(model, [PageBlockModel]);
```
|
2025-02-11 08:18:57 +00:00 |
|
fundon
|
0b3dba614d
|
perf(editor): optimize the search for the closest element (#9587)
Closes: [BS-2275](https://linear.app/affine-design/issue/BS-2275/拖拽-indicator-查找优化)
|
2025-01-10 08:21:10 +00:00 |
|
Flrande
|
72e343c379
|
fix(editor): replace checkVisibility (#9481)
|
2025-01-02 08:25:48 +00:00 |
|
Saul-Mirone
|
a9f890017e
|
fix(editor): missing dependencies (#9436)
|
2024-12-30 14:10:37 +00:00 |
|
Flrande
|
cb4dd127fd
|
fix(editor): merge drag function and fix it (#9329)
|
2024-12-26 07:41:07 +00:00 |
|
Saul-Mirone
|
23dcaa9cb7
|
refactor: remove legacy drag handle logic (#9246)
|
2024-12-23 08:13:05 +00:00 |
|