AFFiNE/packages
EYHN 6844b282ac
refactor(component): adjust active editor atom (#5457)
before:

set global `blocksuiteEditorAtom` state in `<BlocksuiteEditorImpl />`

after:

Rename `blocksuiteEditorAtom` to `activeBlocksuiteEditorAtom`

And move the logic of setting this atom to `<PageDetailEditor />`.

benefit:

* make BlocksuiteEditor pure
* keep @toeverything/component clear
* Clarify the purpose of `activeBlocksuiteEditorAtom`
2024-01-02 07:30:09 +00:00
..
backend feat(server): new storage provider (#5410) 2024-01-02 07:21:01 +00:00
common chore: bump up all non-major dependencies (#5488) 2024-01-02 04:51:44 +00:00
frontend refactor(component): adjust active editor atom (#5457) 2024-01-02 07:30:09 +00:00