Fixed Bug 60418 - Document is highlighted when clicking on the version icon in thumbnail view.

This commit is contained in:
Tatiana Lopaeva 2022-12-30 10:57:40 +03:00
parent 7a00256714
commit cf445c644d

View File

@ -441,7 +441,7 @@ class Tile extends React.PureComponent {
if (
e.detail === 1 &&
!e.target.closest(".badge") &&
!e.target.closest(".badges") &&
!e.target.closest(".item-file-name") &&
!e.target.closest(".tag")
) {