butterfly-dag
Advanced tools
Comparing version 2.0.14 to 2.0.15
{ | ||
"name": "butterfly-dag", | ||
"version": "2.0.14", | ||
"version": "2.0.15", | ||
"description": "一个基于数据驱动的节点式编排组件库,让你有方便快捷定制可视化流程图表", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -1418,3 +1418,9 @@ | ||
if (this._dragType === 'group:resize' && this._dragGroup) { | ||
this.emit('events', { | ||
type: 'system.group.resize', | ||
group: this._dragGroup | ||
}); | ||
this.emit('system.group.resize', { | ||
group: this._dragGroup | ||
}); | ||
} | ||
@@ -1421,0 +1427,0 @@ |
Sorry, the diff of this file is too big to display
1147304
33204