Skip to content

Commit 96bdf0b

Browse files
committed
Use same menu for entire metadata tag pill
1 parent 3971cf1 commit 96bdf0b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Tag Wrangler",
44
"author": "PJ Eby",
55
"authorUrl": "https://github.com/pjeby",
6-
"version": "0.6.3",
6+
"version": "0.6.4",
77
"minAppVersion": "1.5.8",
88
"description": "Rename, merge, toggle, and search tags from the tags view",
99
"fundingUrl": "https://dirtsimple.org/tips/tag-wrangler",

src/plugin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default class TagWrangler extends Plugin {
8383
this.addChild(
8484
// Property view
8585
new TagPageUIHandler(this, {
86-
hoverSource: "preview", selector: '.metadata-property[data-property-key="tags"] .multi-select-pill-content',
86+
hoverSource: "preview", selector: '.metadata-property[data-property-key="tags"] .multi-select-pill',
8787
container: ".metadata-properties",
8888
mergeMenu: true,
8989
toTag(el) { return el.textContent; }

versions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"0.6.3": "1.5.8",
2+
"0.6.4": "1.5.8",
33
"0.6.1": "1.2.8",
44
"0.6.0": "1.2.8",
55
"0.5.13": "1.2.8",

0 commit comments

Comments
 (0)