mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-16 19:59:16 +00:00
ui: untrack settings sync in props effect to prevent reactive loop (#23127)
This commit is contained in:
parent
1d9f99aa75
commit
366c5e2a3b
1 changed files with 3 additions and 1 deletions
|
|
@ -153,7 +153,9 @@
|
|||
const serverProps = serverStore.props;
|
||||
|
||||
if (serverProps) {
|
||||
settingsStore.syncWithServerDefaults();
|
||||
untrack(() => {
|
||||
settingsStore.syncWithServerDefaults();
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue