Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style(NavLink): Add temporary block on vault folder anchor tags
This commit adds a temporary fix to the NavLink component in order to disable pointer events and set the cursor to default. This is achieved by adding the CSS properties `pointer-events: none` and `cursor: default` to the `.folder-title` class.
- Loading branch information