eos87/ice

Add ability to maintain the element editable on stopTracking

Closed this issue · 1 comments

eos87 commented

Should just add a param to say if you want to keep the element editable after stoping the tracking

eos87 commented

Doing a dig research inside the code, I just realized that is not needed to stop the whole tracking, it's just needed to user tracker.disableChangeTracking(); and tracker.enableChangeTracking();. So I'm closing this