Hi, awesome project. My issue: I do a merge like this `drawioRef.current?.merge({ xml: myNewXml });` but this triggers also the `onAutoSave`. In the `onAutoSave` event data I cannot differentiate whether this event is fired by merge or by a user. Do you have any idea how to fix it? Thanks!