mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-05-26 21:32:15 +00:00
remove background click event server settings
This commit is contained in:
parent
f83d274116
commit
82aaea3486
1 changed files with 1 additions and 9 deletions
|
|
@ -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() {},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue