mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-09 21:25:45 +08:00
feat(editor): focus block when click on space
This commit is contained in:
@@ -42,6 +42,7 @@ export {
|
||||
type TemplateMeta,
|
||||
} from './services/editor-block/templates';
|
||||
export type { Template } from './services/editor-block/templates/types';
|
||||
export { containerFlavor } from './services/editor-block/types';
|
||||
export { DEFAULT_COLUMN_KEYS } from './services/editor-block/utils/column/default-config';
|
||||
|
||||
const api = new Proxy<DbServicesMap>({} as DbServicesMap, {
|
||||
|
||||
Reference in New Issue
Block a user