obsidian-tag-navigator
obsidian-tag-navigator copied to clipboard
[Bug] The pane does not refresh
Using the last (0.5.0) version, the tag navigator pane does not refresh when I interact with it. Only my first action (for instance, enabling the display of a certain tag category) is followed by a plugin refresh, but then on, any other action is not correctly rendered and I have to close and re-open the Tag pane for my actions being visible (plugin refreshed).
I’m using the 1.0.3 version of Obsidian, and below is the is the list of my activated plugins :
- Citations
- BRAT
- Pandoc
- Status bar pomodoro timer
- Text snippets
- Update time on edit
- Tag wrangler
- Frontmatter tag suggest
I tried to install the plugin with BRAT : same result. I also tried to disable all the plugins but the tag navigator and BRAT : same result. Thanks for your work !
EDIT : same phenomenon with the 0.4.0 (cross-navigation plugin) version.
I'm seeing the same issue. Poking at this in the debugger, the TagMenuStore.selectTags
function runs correctly but the store's subscribers don't update. I'm not familiar enough with Svelte to get much further than that right now.
Oh, interesting. Ref https://github.com/alexobenauer/obsidian-tag-navigator/issues/3 for some more details on what's going on there. That's fixed by accident in my PR because it's removed entirely.