bpmn-io / diagram-js-direct-editing

Direct editing support for diagram-js
MIT License
14 stars 13 forks source link

Only trigger update if text or bounds changed #9

Closed nikku closed 5 years ago

nikku commented 5 years ago

Right now we trigger an update if the editing box is resizable, regardless of whether the actual bounds changed (cf. DirectEditing#L94).

Expected Behavior