diff --git a/main.js b/main.js index 5a06d67..6e42fc8 100644 --- a/main.js +++ b/main.js @@ -16377,7 +16377,7 @@ var TreeItem = k3(({ }, /* @__PURE__ */ bn.createElement("button", { "aria-label": i18n_default.buttons.moreOptions, onClick: (e5) => { - triggerContextMenu(data, true, e5); + triggerContextMenu(data, data.isFolder, e5); e5.stopPropagation(); } }, /* @__PURE__ */ bn.createElement("svg", { diff --git a/manifest.json b/manifest.json index c5a93aa..c248d87 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "make-md", "name": "MAKE.md", - "version": "0.4.0", + "version": "0.4.1", "minAppVersion": "0.16.0", "description": "This distribution makes Obsidian easy to use.", "author": "MAKE.md", "authorUrl": "https://www.make.md", - "isDesktopOnly": false + "isDesktopOnly": true }