mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-27 21:48:48 +02:00
add cursor & browser to clear function.
This commit is contained in:
parent
6142c3baec
commit
a5a82077c5
1 changed files with 1 additions and 0 deletions
|
@ -390,6 +390,7 @@
|
|||
}
|
||||
|
||||
clearState() {
|
||||
Vue.set(this.state.control, 'cursor', null)
|
||||
Vue.set(this.state.control, 'clipboard', null)
|
||||
Vue.set(this.state.control, 'host_id', null)
|
||||
Vue.set(this.state.control, 'implicit_hosting', false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue