Skip to content

Commit

Permalink
Format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Dec 25, 2024
1 parent 990c051 commit e218166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/primeng/src/tree/tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ import {
[variant]="tree?.config.inputStyle() === 'filled' ? 'filled' : 'outlined' || tree?.config.inputVariant() === 'filled' ? 'filled' : 'outlined'"
[attr.data-p-partialchecked]="node.partialSelected"
[tabindex]="-1"
(click)="$event.preventDefault()"
(click)="$event.preventDefault()"
>
<ng-container *ngIf="tree.checkboxIconTemplate || tree._checkboxIconTemplate">
<ng-template #icon>
Expand Down

0 comments on commit e218166

Please sign in to comment.