mirror of
https://github.com/logseq/logseq.git
synced 2026-05-21 03:12:38 +00:00
area expanded fix
This commit is contained in:
committed by
Tienson Qin
parent
05719505b0
commit
aa05d47da6
@@ -230,7 +230,7 @@
|
||||
(util/stop e)
|
||||
(common-handler/show-custom-context-menu! e (context-menu-content db-id idx collapsed? block-count #())))}
|
||||
[:button.flex.flex-row.p-2.items-center.w-full.overflow-hidden
|
||||
{:area-expanded (not collapsed?)
|
||||
{:aria-expanded (str (not collapsed?))
|
||||
:id (str "sidebar-panel-header-" idx)
|
||||
:aria-controls (str "sidebar-panel-content-" idx)
|
||||
:on-click (fn [event]
|
||||
|
||||
Reference in New Issue
Block a user