refactor(editor): adjust parameters of duplicate block command (#11812)

This commit is contained in:
L-Sun
2025-04-18 13:52:43 +00:00
parent c0ff567a2a
commit 5fcf34d848
3 changed files with 34 additions and 12 deletions

View File

@@ -325,7 +325,6 @@ export const builtinToolbarConfig = {
types: ['block', 'image'],
mode: 'highest',
})
.pipe(draftSelectedModelsCommand)
.pipe(duplicateSelectedModelsCommand)
.run();
},