Skip to content

Commit cca50e5

Browse files
committed
Update filebrowser.js
1 parent 0cd6d3f commit cca50e5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

filebrowser.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2264,7 +2264,10 @@ learnShare.addEventListener('click', () => {
22642264
if (isMobile) {
22652265

22662266
// share invite
2267-
navigator.share({text: invite});
2267+
navigator.share({
2268+
title: 'Share Codeit',
2269+
text: invite
2270+
});
22682271

22692272
} else {
22702273

0 commit comments

Comments
 (0)