mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-18 22:11:03 +00:00
removed debugging
This commit is contained in:
parent
2b7df20e81
commit
c4bd9e1917
1 changed files with 0 additions and 2 deletions
|
|
@ -15,7 +15,6 @@
|
|||
selectedChannelID ? channelName : `Welcome back, ${user.username}!`
|
||||
"
|
||||
/>
|
||||
{{typingRecipients}}
|
||||
<div class="loading" v-if="selectedChannelID && !selectedChannelMessages">
|
||||
<spinner />
|
||||
</div>
|
||||
|
|
@ -242,7 +241,6 @@ export default {
|
|||
|
||||
const selection = window.getSelection();
|
||||
const selected = selection.toString();
|
||||
console.log(selected);
|
||||
|
||||
if (selected === "") {
|
||||
this.message = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue