mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
test remove resizable directive
This commit is contained in:
@@ -82,8 +82,6 @@
|
||||
[dropColumn]="col"
|
||||
>
|
||||
<div
|
||||
adf-resizable
|
||||
#resizableElement="adf-resizable"
|
||||
[attr.tabindex]="col.sortable ? 0 : null"
|
||||
[attr.role]="col.sortable ? 'button' : null"
|
||||
[attr.aria-description]="
|
||||
@@ -185,7 +183,6 @@
|
||||
(click)="$event.stopPropagation()"
|
||||
(keydown)="$event.stopPropagation()"
|
||||
class="adf-datatable__resize-handle"
|
||||
[resizableContainer]="resizableElement"
|
||||
>
|
||||
<div class="adf-datatable__resize-handle--divider"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user