mirror of
https://github.com/tazihad/obsidian-easy-keep-view.git
synced 2026-07-22 05:49:04 +00:00
remove sample css unnecessary
This commit is contained in:
parent
88c6a37058
commit
595acdaf24
1 changed files with 0 additions and 1 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue