Performance: re-enable virtual scroll, bump ng-select (#11279)

This commit is contained in:
shamoon
2025-11-03 09:46:35 -08:00
committed by GitHub
parent a9dfe8f3f7
commit 2a4e8f9acd
6 changed files with 11 additions and 9 deletions

View File

@@ -63,6 +63,7 @@
bindValue="id"
[(ngModel)]="atom.value"
[disabled]="disabled"
[virtualScroll]="getSelectOptionsForField(atom.field)?.length > 100"
(mousedown)="$event.stopImmediatePropagation()"
></ng-select>
} @else if (getCustomFieldByID(atom.field)?.data_type === CustomFieldDataType.DocumentLink) {