mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 14:14:55 +00:00
fix: tooltip without shortcuts
This commit is contained in:
committed by
Tienson Qin
parent
109b491042
commit
d758c3a5c8
@@ -37,7 +37,7 @@ export const ToolButton = observer(({ id, icon, tooltip, ...props }: ToolButtonP
|
||||
</span>
|
||||
</>
|
||||
) : (
|
||||
{ tooltip }
|
||||
tooltip
|
||||
)
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user