mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 13:09:41 +00:00
fix conflict from previous PR
This commit is contained in:
parent
c8becbccb5
commit
33149e1afa
1 changed files with 3 additions and 3 deletions
|
|
@ -997,13 +997,13 @@ export default {
|
|||
focusInput () {
|
||||
this.$refs.inputToFocus.focus();
|
||||
},
|
||||
<<<<<<< HEAD
|
||||
handleEsc (e) {
|
||||
if (e.keyCode === 27 && this.showTagsSelect) {
|
||||
=======
|
||||
this.closeTagsPopup();
|
||||
}
|
||||
},
|
||||
handleClick (e) {
|
||||
if (this.$refs.popup && !this.$refs.popup.$el.contains(e.target)) {
|
||||
>>>>>>> thefifthisa-clickout
|
||||
this.closeTagsPopup();
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue