Added auto copy share link to clipboard

This commit is contained in:
chris
2022-05-25 15:14:31 +08:00
parent 021584dac6
commit 6d5ece76b6
3 changed files with 12 additions and 11 deletions

View File

@@ -45,9 +45,6 @@ export default class MyPlugin extends Plugin {
"Share to notion",
async (evt: MouseEvent) => {
// Called when the user clicks the icon.
this.upload();
}
);