mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 23:07:28 +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() {
|
replyToTopic() {
|
||||||
this._replyToPost();
|
this._replyToPost();
|
||||||
|
|
||||||
|
return false;
|
||||||
},
|
},
|
||||||
|
|
||||||
selectDown() {
|
selectDown() {
|
||||||
@ -332,6 +334,8 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
},
|
},
|
||||||
|
|
||||||
_bindToSelectedPost(action, binding) {
|
_bindToSelectedPost(action, binding) {
|
||||||
|
Reference in New Issue
Block a user