Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Quorafind committed Nov 21, 2022
1 parent 080c7ec commit bb560d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web_browser_view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export class WebBrowserView extends ItemView {
}
var timeStr= "";
timeStr = window.location.href.split('?')[0]+'?t=' + joinTimeStr;
`, true).then((result) => {
`, true).then((result: any) => {
clipboard.writeText("[" + result.split('?t=')[1] + "](" + result + ")"); // Will be the JSON object from the fetch call
});
console.log('Page URL copied to clipboard');
Expand Down

0 comments on commit bb560d6

Please sign in to comment.