Skip to content

Commit

Permalink
4.0.1 fixed context menu and context menu extra options
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-cen committed Nov 17, 2022
1 parent 4c1b9a6 commit e391652
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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", {
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit e391652

Please sign in to comment.