clean up code, fix prediction bug
This commit is contained in:
parent
b32888194c
commit
b10b92a876
7 changed files with 122 additions and 89 deletions
|
@ -15,8 +15,9 @@ const ReactButton = {
|
|||
}
|
||||
},
|
||||
methods: {
|
||||
toggleReactionSelect () {
|
||||
this.showTooltip = !this.showTooltip
|
||||
openReactionSelect () {
|
||||
this.showTooltip = true
|
||||
this.filterWord = ''
|
||||
},
|
||||
closeReactionSelect () {
|
||||
this.showTooltip = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue