mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
don't block enter/tab for items with valueProvider
This commit is contained in:
@ -23,6 +23,10 @@ export class AutoCompleteOption {
|
||||
return this.name;
|
||||
}
|
||||
|
||||
get isSelectable() {
|
||||
return !this.valueProvider;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @param {string} name
|
||||
|
Reference in New Issue
Block a user