From ee2bc95a6d9c5127ae8a1006a4581cfc34a0ced1 Mon Sep 17 00:00:00 2001 From: Andrey Kitelev Date: Sun, 1 Dec 2024 00:17:33 +0500 Subject: [PATCH] Test --- main.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.ts b/main.ts index 9bd1e7f..00790d6 100644 --- a/main.ts +++ b/main.ts @@ -3,12 +3,12 @@ import { Notice, Plugin } from 'obsidian'; export default class ExoPlugin extends Plugin { async onload() { - const ribbonIconEl = this.addRibbonIcon('dice', 'Exo', (evt: MouseEvent) => { - new Notice('This is Exocortex!'); + this.addRibbonIcon('dice', 'Exo', () => { + new Notice('This is Exocortesx!'); }); } onunload() { } -} \ No newline at end of file +}