Don't close providers dropdowns on select

This commit is contained in:
Cohee 2024-08-06 11:27:38 +03:00
parent e45a445ef9
commit 76e2586eaf
1 changed files with 1 additions and 0 deletions

View File

@ -708,6 +708,7 @@ export function initTextGenModels() {
searchInputPlaceholder: 'Search providers...',
searchInputCssClass: 'text_pole',
width: '100%',
closeOnSelect: false,
});
providersSelect.on('select2:select', function (/** @type {any} */ evt) {
const element = evt.params.data.element;