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
This commit is contained in:
commit
ce1435f156
@ -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…
x
Reference in New Issue
Block a user