mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 03:06:53 +08:00
FIX: stop propagating keyboard event when replying to topic/post (#6930)
This commit is contained in:
@ -153,6 +153,8 @@ export default {
|
||||
|
||||
replyToTopic() {
|
||||
this._replyToPost();
|
||||
|
||||
return false;
|
||||
},
|
||||
|
||||
selectDown() {
|
||||
@ -332,6 +334,8 @@ export default {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
},
|
||||
|
||||
_bindToSelectedPost(action, binding) {
|
||||
|
Reference in New Issue
Block a user