Skip to content

Commit 29cedb9

Browse files
committed
Update live-view.js
1 parent 90d1ce7 commit 29cedb9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

live-view/live-view.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -441,9 +441,7 @@ function addBottomSwipeListener() {
441441
openLive: true
442442
});
443443

444-
navigator.share({text: link}).then(() => {
445-
showMessage('Copied link!');
446-
});
444+
navigator.share({text: link});
447445

448446
}
449447

0 commit comments

Comments
 (0)