fix(editor): 添加remove事件时的参数

之前是有参数的。
This commit is contained in:
i33 2022-08-30 13:48:26 +08:00 committed by jia000
parent 2201fbe80c
commit 3af6f11f9f

View File

@ -431,7 +431,7 @@ class Editor extends BaseService {
// 更新历史记录
this.pushHistoryState();
this.emit('remove');
this.emit('remove', nodes);
}
public async doUpdate(config: MNode) {