Web: Removed the transition when clicking on a room in the archives.

This commit is contained in:
Tatiana Lopaeva 2022-10-07 10:37:26 +03:00
parent 4aa072328e
commit c6fd7f0621

View File

@ -82,7 +82,7 @@ export default function withContent(WrappedContent) {
? { noHover: true }
: { onClick: onFilesClick };
if (!isDesktop && !isTrashFolder) {
if (!isDesktop && !isTrashFolder && !isArchiveFolder) {
linkStyles.href = href;
}