Skip to content

Commit

Permalink
Fix: syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
enify committed May 11, 2020
1 parent 017da96 commit 2269f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/views/setting.tis
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class SettingPanel : Reactor.Component {
this.confset.exit_mode = e.value;
}

event clange $(button#watch_clipboard) (evt,e) {
event change $(button#watch_clipboard) (evt,e) {
this.confset.watch_clipboard = e.value;
}
}

0 comments on commit 2269f80

Please sign in to comment.