Skip to content

Commit

Permalink
fix: make the title of sidebar item clickable. logseq#4983
Browse files Browse the repository at this point in the history
  • Loading branch information
maxweilun1989 authored and andelf committed Jul 25, 2022
1 parent 51610ee commit 250913e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/frontend/components/right_sidebar.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@
[:div.flex.flex-col
[:div.flex.flex-row.justify-between
[:div.flex.flex-row.justify-center
{:on-click #(state/sidebar-block-toggle-collapse! db-id)}
[:a.opacity-50.hover:opacity-100.flex.items-center.pr-1
{:on-click #(state/sidebar-block-toggle-collapse! db-id)}
(ui/rotating-arrow collapse?)]
[:div.ml-1.font-medium
title]]
Expand Down

0 comments on commit 250913e

Please sign in to comment.