mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fix autocomplete select on blank / "no match"
This commit is contained in:
@ -8,6 +8,7 @@ export const OPTION_TYPE = {
|
||||
'COMMAND': 1,
|
||||
'QUICK_REPLY': 2,
|
||||
'VARIABLE_NAME': 3,
|
||||
'BLANK': 4,
|
||||
};
|
||||
|
||||
export class SlashCommandFuzzyScore {
|
||||
|
Reference in New Issue
Block a user