remove debugging refresh rate #74
This commit is contained in:
parent
c6918f0c6c
commit
3a304d7c08
2 changed files with 2 additions and 2 deletions
|
|
@ -181,7 +181,7 @@ class Setting {
|
|||
|
||||
selectHighlight(newValue) {
|
||||
// set the dropdown to the provided value
|
||||
this.element.querySelectorAll('option').forEach((elem) => {
|
||||
this?.element?.querySelectorAll('option')?.forEach?.((elem) => {
|
||||
elem.selected = (newValue?.toFixed?.(2) === elem.value) || (newValue === elem.value);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue