aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Settings.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/Settings.vue b/src/components/Settings.vue
index 008632e..3bb0c7d 100644
--- a/src/components/Settings.vue
+++ b/src/components/Settings.vue
@@ -9,7 +9,6 @@ export default defineComponent({
},
methods: {
closeClicked(evt: Event){
- console.log(evt.target)
if (evt.target == this.$el || (this.$refs.closeIcon as HTMLElement).contains(evt.target as HTMLElement)){
this.$emit('settings-close');
}