need onModify event on ImageEditor #921
Labels
Enhancement
Enhance performance or improve usability of original features.
Need Discussion
Need discussion or investigation
Version
3.15.3
Development Environment
mac os 14.2.1 chrome 125.0.6422.113
Current Behavior
It is very difficult to fire onModify event.
Direct call instance.toDataURL() in undoStackChanged will cause the Draw i just paint disappear. Wait 100ms seems good:
Current workaround(vm.onSave is onModify event handler) :
Expected Behavior
The modify event should not include loadImage, it should fire when I can call toDataURL.
The text was updated successfully, but these errors were encountered: