mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Disabled substitution scrolling since add button is right next to where the new card will show
This commit is contained in:
@@ -4947,7 +4947,7 @@ let load_substitutions;
|
||||
let c = {target: "", substitution: "", enabled: true}
|
||||
substitutions.push(c);
|
||||
c.card = makeCard(c);
|
||||
newCardButton.scrollIntoView(false);
|
||||
//newCardButton.scrollIntoView(false);
|
||||
});
|
||||
|
||||
// Event handler on input
|
||||
|
Reference in New Issue
Block a user