clear selection after trigerring fix creation

This commit is contained in:
Abhinav 2021-11-17 10:22:30 +05:30
parent 70b3e59fbf
commit ff58e8900d

View file

@ -531,6 +531,7 @@ export default function Gallery() {
const fixTimeHelper = async () => {
const selectedFiles = getSelectedFiles(selected, files);
setFixCreationTimeAttributes({ files: selectedFiles });
clearSelection();
};
return (