chore: removed unnecessary code
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
</div>
|
||||
|
||||
<TextEditor
|
||||
class="mt-5 reply-editor"
|
||||
class="mt-5"
|
||||
:content="newReply"
|
||||
:mentions="mentionUsers"
|
||||
@change="(val) => (newReply = val)"
|
||||
@@ -158,14 +158,6 @@ const mentionUsers = computed(() => {
|
||||
}
|
||||
})
|
||||
return users
|
||||
|
||||
/* [{
|
||||
label: "jannat",
|
||||
value: "jannat"
|
||||
}, {
|
||||
label: "samreen",
|
||||
value: "samreen"
|
||||
}] */
|
||||
})
|
||||
|
||||
const postReply = () => {
|
||||
|
||||
@@ -119,7 +119,7 @@ onMounted(() => {
|
||||
if (props.scrollToBottom) {
|
||||
setTimeout(() => {
|
||||
scrollToEnd()
|
||||
}, 0)
|
||||
}, 100)
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user