()
| 773 | } |
| 774 | |
| 775 | export function cleanModificationCache(): void { |
| 776 | clearColorModificationCache(); |
| 777 | imageDetailsCache.clear(); |
| 778 | cleanImageProcessingCache(); |
| 779 | awaitingForImageLoading.clear(); |
| 780 | imageSelectorQueue.clear(); |
| 781 | classObserver?.disconnect(); |
| 782 | classObserver = null; |
| 783 | } |
no test coverage detected