Skip to content

Commit ba090dd

Browse files
authored
fix nodeid not hide (#603)
1 parent e8b750e commit ba090dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/obsidian/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ export default class DiscourseGraphPlugin extends Plugin {
244244

245245
if (keysToHide.length > 0) {
246246
const selectors = keysToHide
247-
.map((key) => `.metadata-property[data-property-key="${key}"]`)
247+
.map((key) => `.metadata-property[data-property-key="${key}" i]`)
248248
.join(", ");
249249

250250
this.styleElement!.textContent = `${selectors} { display: none !important; }`;

0 commit comments

Comments
 (0)