From 595acdaf24a141c1ff034702a04a1ba3711e52e9 Mon Sep 17 00:00:00 2001 From: Zihad Date: Mon, 5 May 2025 16:29:47 +0600 Subject: [PATCH] remove sample css unnecessary --- src/main.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index f6a6a28..db60cda 100644 --- a/src/main.ts +++ b/src/main.ts @@ -187,7 +187,6 @@ export default class EasyKeepViewPlugin extends Plugin { const ribbonIconEl = this.addRibbonIcon("sticky-note", "Easy Keep View", () => { this.activateEasyKeepView(); }); - ribbonIconEl.addClass("my-plugin-ribbon-class"); // Update database on file-open this.registerEvent(this.app.workspace.on("file-open", async (file) => {