web: fix stutter on update and save default chart settings to url params

This commit is contained in:
nym21
2025-06-16 18:56:38 +02:00
parent 985e961876
commit 43a6081dd6
4 changed files with 25 additions and 27 deletions

View File

@@ -388,6 +388,7 @@ function createUtils() {
...serde.string,
keyPrefix: keyPrefix ?? "",
key,
saveDefaultValue: true,
},
});
@@ -1163,7 +1164,7 @@ function createUtils() {
},
chartableIndex: {
/**
* @param {Index} v
* @param {number} v
*/
serialize(v) {
switch (v) {