mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 03:56:23 +08:00
refactor(editor): reorg code structure of store package (#9525)
This commit is contained in:
@@ -5,3 +5,7 @@ export type SubdocEvent = {
|
||||
removed: Set<YDoc>;
|
||||
added: Set<YDoc>;
|
||||
};
|
||||
|
||||
export interface StackItem {
|
||||
meta: Map<'selection-state', unknown>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user