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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user