mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Lint and clean-up
This commit is contained in:
@ -818,7 +818,7 @@ async function CreateZenSliders(elmnt) {
|
||||
isManualInput = true;
|
||||
//allow enter to trigger slider update
|
||||
if (e.key === 'Enter') {
|
||||
e.preventDefault;
|
||||
e.preventDefault();
|
||||
handle.trigger('blur');
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user