Update version to 0.2.5

This commit is contained in:
Jiaxin Peng
2023-11-05 20:49:28 +00:00
parent 75926a38d4
commit afec5d8364
4 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ export default class ObsidianSyncNotionPlugin extends Plugin {
async (evt: MouseEvent) => {
// Called when the user clicks the icon.
// await this.uploadCommand();
this.commands.ribbonDisplay();
await this.commands.ribbonDisplay();
}
);