Skip to content

Commit

Permalink
fix(select): should wrap in tooltip, close #970
Browse files Browse the repository at this point in the history
  • Loading branch information
Javey committed Mar 7, 2024
1 parent 8a3e008 commit 94e241e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tag/tags.vdt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const vNodes = children.value;
+{hiddenChildren.value.length}
</Tag>
<b:content>
<div class={classNameObj}>{hiddenChildren.value}</div>
<div class={{ ...classNameObj, [`${k}-nowrap`]: false /* should not nowrap */ }}>{hiddenChildren.value}</div>
</b:content>
</Tooltip>
<b:append />
Expand Down

0 comments on commit 94e241e

Please sign in to comment.