Browse Source

Merge pull request #12471 from maxunbearable/fix/5351-js-library-alias-scroll-on-error

Fixed unnecessary scroll in JS Library alias on error tooltip showing
pull/12512/head
Igor Kulikov 1 year ago
committed by GitHub
parent
commit
ce1435f156
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      ui-ngx/src/app/shared/components/js-func-modules.component.html

2
ui-ngx/src/app/shared/components/js-func-modules.component.html

@ -27,7 +27,7 @@
</div>
<div *ngIf="modulesFormArray().controls.length; else noModules" class="tb-form-table-body">
<div *ngFor="let moduleControl of modulesFormArray().controls; trackBy: trackByModule; let $index = index;">
<tb-js-func-module-row class="flex-1"
<tb-js-func-module-row class="flex"
[index]="$index"
[formControl]="moduleControl"
(moduleRemoved)="removeModule($index)">

Loading…
Cancel
Save