Skip to content
This repository was archived by the owner on Jul 19, 2022. It is now read-only.

Commit 82c3d81

Browse files
authored
Merge pull request #201 from unisonweb/fix-other-name-bug-tooltip
WorkspaceItem: Swapped tooltip content and trigger
2 parents b87653b + e003159 commit 82c3d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Workspace/WorkspaceItem.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ viewNames onClick_ info category =
170170
in
171171
div []
172172
[ span [ class "separator" ] [ text "" ]
173-
, span [ class "other-names" ] [ Tooltip.tooltip otherNamesTooltipContent otherNamesLabel |> Tooltip.withArrow Tooltip.TopLeft |> Tooltip.view ]
173+
, span [ class "other-names" ] [ Tooltip.tooltip otherNamesLabel otherNamesTooltipContent |> Tooltip.withArrow Tooltip.TopLeft |> Tooltip.view ]
174174
]
175175

176176
else

0 commit comments

Comments
 (0)