Use input model
This commit is contained in:
parent
a229138ca6
commit
c20af6329b
@ -60,13 +60,13 @@ export default {
|
|||||||
$(this.$refs.input).trigger("click").trigger("focus");
|
$(this.$refs.input).trigger("click").trigger("focus");
|
||||||
|
|
||||||
const target = this.channel.id;
|
const target = this.channel.id;
|
||||||
const text = input.value;
|
const text = this.channel.pendingMessage;
|
||||||
|
|
||||||
if (text.length === 0) {
|
if (text.length === 0) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.value = "";
|
this.channel.pendingMessage = "";
|
||||||
// resetInputHeight(input.get(0));
|
// resetInputHeight(input.get(0));
|
||||||
|
|
||||||
if (text.charAt(0) === "/") {
|
if (text.charAt(0) === "/") {
|
||||||
|
Loading…
Reference in New Issue
Block a user