diff --git a/blocksuite/affine/blocks/database/src/components/title/index.ts b/blocksuite/affine/blocks/database/src/components/title/index.ts index 867b17f572..cf7b20bd6b 100644 --- a/blocksuite/affine/blocks/database/src/components/title/index.ts +++ b/blocksuite/affine/blocks/database/src/components/title/index.ts @@ -176,7 +176,7 @@ export class DatabaseTitle extends SignalWatcher( private readonly isFocus$ = signal(false); private onPressEnterKey() { - this.dataViewLogic.addRow?.('start'); + this.input.blur(); } get readonly$() {