mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
add cursor & browser to clear function.
This commit is contained in:
parent
6142c3baec
commit
a5a82077c5
@ -390,6 +390,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
clearState() {
|
clearState() {
|
||||||
|
Vue.set(this.state.control, 'cursor', null)
|
||||||
Vue.set(this.state.control, 'clipboard', null)
|
Vue.set(this.state.control, 'clipboard', null)
|
||||||
Vue.set(this.state.control, 'host_id', null)
|
Vue.set(this.state.control, 'host_id', null)
|
||||||
Vue.set(this.state.control, 'implicit_hosting', false)
|
Vue.set(this.state.control, 'implicit_hosting', false)
|
||||||
|
Loading…
Reference in New Issue
Block a user