FIX: stop propagating keyboard event when replying to topic/post (#6930)

This commit is contained in:
Joffrey JAFFEUX 2019-01-23 14:38:20 +01:00 committed by GitHub
parent e07e39470e
commit d0129b85f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -153,6 +153,8 @@ export default {
replyToTopic() {
this._replyToPost();
return false;
},
selectDown() {
@ -332,6 +334,8 @@ export default {
}
}
}
return false;
},
_bindToSelectedPost(action, binding) {