Added update

This commit is contained in:
chris
2022-05-25 14:15:09 +08:00
parent 22bf322127
commit 511a3e2289
3 changed files with 42 additions and 4 deletions

View File

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