esm7 / obsidian-map-view

Interactive map view for Obsidian.md
MIT License
590 stars 30 forks source link

Folding "Filters" section in top-left block is impossible #256

Open pelegm opened 2 months ago

pelegm commented 2 months ago

In this block on the top left of the map view, I can't fold the Filters section, as it overlaps with a "back" button (whose functionality is not completely clear to me).

Screenshot from 2024-07-11 11-01-20

bharker75 commented 1 month ago

At one point I had accidentally folded the Filters and couldn't unfold it because of this issue.

Easy work around until the bug gets fixed in a future version:

The data.json file in the Map View plugin folder contains the applicable setting

Changing the filtersDisplayed value to true or false folds and unfolds the UI

"mapControls": { "filtersDisplayed": true, "viewDisplayed": false, "presetsDisplayed": true, "linksDisplayed": false

esm7 commented 4 weeks ago

@pelegm can you provide more details so I can try to recreate this?