mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 21:57:22 +01:00
fix conflict from previous PR
This commit is contained in:
@@ -997,13 +997,13 @@ export default {
|
|||||||
focusInput () {
|
focusInput () {
|
||||||
this.$refs.inputToFocus.focus();
|
this.$refs.inputToFocus.focus();
|
||||||
},
|
},
|
||||||
<<<<<<< HEAD
|
|
||||||
handleEsc (e) {
|
handleEsc (e) {
|
||||||
if (e.keyCode === 27 && this.showTagsSelect) {
|
if (e.keyCode === 27 && this.showTagsSelect) {
|
||||||
=======
|
this.closeTagsPopup();
|
||||||
|
}
|
||||||
|
},
|
||||||
handleClick (e) {
|
handleClick (e) {
|
||||||
if (this.$refs.popup && !this.$refs.popup.$el.contains(e.target)) {
|
if (this.$refs.popup && !this.$refs.popup.$el.contains(e.target)) {
|
||||||
>>>>>>> thefifthisa-clickout
|
|
||||||
this.closeTagsPopup();
|
this.closeTagsPopup();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user