FIX: stop propagating keyboard event when replying to topic/post (#6930)
This commit is contained in:
parent
e07e39470e
commit
d0129b85f4
|
@ -153,6 +153,8 @@ export default {
|
||||||
|
|
||||||
replyToTopic() {
|
replyToTopic() {
|
||||||
this._replyToPost();
|
this._replyToPost();
|
||||||
|
|
||||||
|
return false;
|
||||||
},
|
},
|
||||||
|
|
||||||
selectDown() {
|
selectDown() {
|
||||||
|
@ -332,6 +334,8 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
},
|
},
|
||||||
|
|
||||||
_bindToSelectedPost(action, binding) {
|
_bindToSelectedPost(action, binding) {
|
||||||
|
|
Loading…
Reference in New Issue