Skip to content

Commit

Permalink
chore(core) Dialog remove commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlufy committed Nov 7, 2024
1 parent e06582a commit 4cb002c
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions projects/core/components/dialog/dialog.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,36 +47,3 @@
(click)="close$.next()"
(mousedown.prevent.silent)="(0)"
></button>

<!-- <button
automation-id="tui-dialog__close"
shape="rounded"
size="s"
tuiIconButton
type="button"
class="t-close"
[appearance]="fullscreen ? 'secondary' : ''"
[icon]="icons.close"
[title]="closeWord$ | async"
(click)="close$.next()"
(mousedown.prevent.silent)="(0)"
></button> -->

<!-- <div
*ngIf="context.closeable"
class="t-wrapper"
>
<button
automation-id="tui-dialog__close"
shape="rounded"
size="s"
tuiIconButton
type="button"
class="t-close"
[appearance]="fullscreen ? 'secondary' : ''"
[icon]="icons.close"
[title]="closeWord$ | async"
(click)="close$.next()"
(mousedown.prevent.silent)="(0)"
></button>
</div> -->

0 comments on commit 4cb002c

Please sign in to comment.