fix: properly call toggle function
This commit is contained in:
parent
76e901cb44
commit
d9463f5ded
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Singleton {
|
|||
target: "dash"
|
||||
|
||||
function toggle() {
|
||||
state.toggleDash;
|
||||
state.toggleDash();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue