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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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)"> |
|
|
|
|