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

Commit e003159

Browse files
committed
WorkspaceItem: Swapped tooltip content and trigger
Fix a bug where the tooltip content and trigger were swapped for the "other names..." option.
1 parent b2978c9 commit e003159

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)