This is a follow up to #443 which introduced a new bug that prevents generatorSettings updates from clearing the cached document. This only affects crema (Export As) which operates in clearCacheOnChange mode.
This PR just narrows down the set of imageChanged events which are treated as safe to: metaDataOnly except when generatorSettings are included
This seems fairly rational, I think, that generatorSettings are special cases.
This is a follow up to #443 which introduced a new bug that prevents generatorSettings updates from clearing the cached document. This only affects crema (Export As) which operates in
clearCacheOnChange
mode.This PR just narrows down the set of imageChanged events which are treated as safe to: metaDataOnly except when generatorSettings are included
This seems fairly rational, I think, that generatorSettings are special cases.