mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 03:56:23 +08:00
6fb7f51ea2
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Refactor** - Improved history and undo/redo management across the app by introducing a dedicated history extension. Undo/redo operations now use a more focused undo manager, resulting in clearer and more consistent behavior. - **Documentation** - Updated API documentation to reflect changes in history management, including revised method signatures and removal of outdated event references. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
7 lines
175 B
TypeScript
7 lines
175 B
TypeScript
export * from './extension';
|
|
export * from './history';
|
|
export * from './schema';
|
|
export * from './selection';
|
|
export * from './store-extension';
|
|
export * from './workspace';
|