fix stickiness for settings checkboxes close #39
This commit is contained in:
parent
535b1072d8
commit
f4f3720793
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ class Setting {
|
|||
this.defaultValue = defaultValue;
|
||||
this.myValue = defaultValue;
|
||||
this.type = type;
|
||||
this.sticky = sticky;
|
||||
// a default blank change function is provided
|
||||
this.changeAction = changeAction ?? (() => { });
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue