I type really fast Cmd+Z and Cmd+Y, to stress test the Incremental JSON saving performance,
it will be emit the Incremental JSON , in almost case.
- insertNodes […]
- removeNodes […]
- insertNodes […]
- removeNodes […]
But sometimes I received the Incremental JSON strange order, that is,
- removeNodes […]
- insertNodes […]
- insertNodes […]
- removeNodes […]
Could you confirm it is possible ?
Maybe model change event is not stable ordering ?
for guarantee order I am using promise.then(…), even so it happens.