remove background click event server settings

This commit is contained in:
supertiger1234 2020-02-17 13:16:36 +00:00
parent f83d274116
commit 82aaea3486

View file

@ -1,8 +1,5 @@
<template> <template>
<div <div class="dark-background server-settings-popout">
class="dark-background server-settings-popout"
@mousedown="backgroundClick"
>
<div class="inner"> <div class="inner">
<div class="tabs"> <div class="tabs">
<div <div
@ -65,11 +62,6 @@ export default {
this.$store.dispatch("setServerSettings", { this.$store.dispatch("setServerSettings", {
serverID: null serverID: null
}); });
},
backgroundClick(e) {
if (e.target.classList.contains("dark-background")) {
this.closeMenu();
}
} }
}, },
mounted() {}, mounted() {},