esm7/obsidian-map-view

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

Opened this issue · 2 comments

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

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

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

  • What version of Obsidian?
  • What platform (Linux/Mac/Windows/iOS/Android)?
  • Are you using a custom theme and/or custom CSS snippets?