From d0f16c810509c7e4e8acba3408c71655664cfad2 Mon Sep 17 00:00:00 2001 From: jelveh Date: Thu, 14 Nov 2024 15:38:26 -0800 Subject: [PATCH] fix: don't allow sharing with recipient just shared with --- src/gui/src/UI/UIWindowShare.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/src/UI/UIWindowShare.js b/src/gui/src/UI/UIWindowShare.js index 1421865c..f79c9c1b 100644 --- a/src/gui/src/UI/UIWindowShare.js +++ b/src/gui/src/UI/UIWindowShare.js @@ -299,7 +299,7 @@ async function UIWindowShare(items, recipient){ // append recipient to list let perm_list = ''; - perm_list += `
` + perm_list += `
` // viewer/editor perm_list += `
`; if(access_level === 'read')