mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 13:17:24 +01:00
fix conflict from previous PR
This commit is contained in:
@@ -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();
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user