test remove resizable directive

This commit is contained in:
Tomasz Gnyp
2026-08-26 12:04:44 +02:00
parent f9940f0db8
commit d1fb089707
@@ -82,8 +82,6 @@
[dropColumn]="col" [dropColumn]="col"
> >
<div <div
adf-resizable
#resizableElement="adf-resizable"
[attr.tabindex]="col.sortable ? 0 : null" [attr.tabindex]="col.sortable ? 0 : null"
[attr.role]="col.sortable ? 'button' : null" [attr.role]="col.sortable ? 'button' : null"
[attr.aria-description]=" [attr.aria-description]="
@@ -185,7 +183,6 @@
(click)="$event.stopPropagation()" (click)="$event.stopPropagation()"
(keydown)="$event.stopPropagation()" (keydown)="$event.stopPropagation()"
class="adf-datatable__resize-handle" class="adf-datatable__resize-handle"
[resizableContainer]="resizableElement"
> >
<div class="adf-datatable__resize-handle--divider"></div> <div class="adf-datatable__resize-handle--divider"></div>
</div> </div>