Fix Bug 66958

This commit is contained in:
Viktor Fomin 2024-03-17 07:03:12 +03:00
parent c4a261aafd
commit a1a183b9b7

View File

@ -343,6 +343,11 @@ class ContextOptionsStore {
return toastr.success(t("Translations:LinkCopySuccess"));
}
if (item.rootFolderType === FolderType.SHARE) {
copy(item.webUrl);
return toastr.success(t("Translations:LinkCopySuccess"));
}
if (href) {
copy(href);