mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-24 09:52:49 +08:00
refactor(editor): adjust parameters of duplicate block command (#11812)
This commit is contained in:
@@ -1111,7 +1111,6 @@ export const defaultKeyboardToolbarConfig: KeyboardToolbarConfig = {
|
||||
std.command
|
||||
.chain()
|
||||
.pipe(getSelectedModelsCommand)
|
||||
.pipe(draftSelectedModelsCommand)
|
||||
.pipe(duplicateSelectedModelsCommand)
|
||||
.run();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user