feat(editor): 增加editorService.move的扩展

This commit is contained in:
roymondchen 2022-05-05 20:29:07 +08:00 committed by jia000
parent f7bca02844
commit b1aae65182

View File

@ -69,6 +69,7 @@ class Editor extends BaseService {
'paste', 'paste',
'alignCenter', 'alignCenter',
'moveLayer', 'moveLayer',
'move',
'undo', 'undo',
'redo', 'redo',
'highlight', 'highlight',