mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-05-19 04:08:32 +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>
|
||||
<div
|
||||
class="dark-background server-settings-popout"
|
||||
@mousedown="backgroundClick"
|
||||
>
|
||||
<div class="dark-background server-settings-popout">
|
||||
<div class="inner">
|
||||
<div class="tabs">
|
||||
<div
|
||||
|
|
@ -65,11 +62,6 @@ export default {
|
|||
this.$store.dispatch("setServerSettings", {
|
||||
serverID: null
|
||||
});
|
||||
},
|
||||
backgroundClick(e) {
|
||||
if (e.target.classList.contains("dark-background")) {
|
||||
this.closeMenu();
|
||||
}
|
||||
}
|
||||
},
|
||||
mounted() {},
|
||||
|
|
|
|||
Loading…
Reference in a new issue