-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Folders remain selected #695
Comments
I have the same issue. |
same issue too |
A friend of mine has the same issue. Read more here: https://www.reddit.com/r/ObsidianMD/s/vn0XO45qkV He has only 6 plugins installed, so if one of them is in conflict with yours, it will be easy to find. |
I have the same issue too. |
@merlinuwe I don't think it's a conflict, I disabled everything else trying to figure out where it was coming from when I first noticed it. It's probably something that could be negated with a CSS snippet, but I haven't had a chance to try it yet. |
I tweaked my CSS today to deal with this issue and this seems to be a safe hack to prevent a persistent border. Just drop it into a CSS snippet: .tree-item-self.has-active-menu {
box-shadow: none !important
} This will remove the border even when actually right-clicking on a tree item. However, it's still pretty obvious what you clicked on thanks to the hover styles. I also right-clicked Note that I've only tested this with the default theme and Minimal, other themes might apply other styles that will need to be negated. The selector shouldn't need to change. |
After right-clicking a folder, folders remain outlined as if they are selected even after clicking out of them. They stay this way until Obsidian is reloaded.
I tested it with safe mode, and this did not happen. I disabled and re-enabled plugins to find out which one was causing this to happen. When I enable metadata menu, the problem comes back.
in Obsidian v1.6.3
The text was updated successfully, but these errors were encountered: