1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

[CL-513] Fix lifecycle order for toggle title attribute (#12152)

This commit is contained in:
Victoria League
2024-11-26 11:10:43 -05:00
committed by GitHub
parent c52eeb1cb3
commit eac5e63f2f
2 changed files with 11 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
[checked]="selected"
(change)="onInputInteraction()"
/>
<label for="bit-toggle-{{ id }}" [ngClass]="labelClasses" [title]="labelTextContent">
<label for="bit-toggle-{{ id }}" [ngClass]="labelClasses" [title]="labelTitle()">
<span class="tw-line-clamp-2 tw-break-words" #labelContent>
<ng-content></ng-content>
</span>