Fix shortcut for selecting text with CMD/CTRL + SHIFT (#4213)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
69e90255aa
Коммит
c902a0a773
@@ -162,8 +162,8 @@ export default class ChannelHeader extends React.Component {
|
||||
|
||||
handleShortcut(e) {
|
||||
if (Utils.cmdOrCtrlPressed(e) && e.shiftKey) {
|
||||
e.preventDefault();
|
||||
if (e.keyCode === Constants.KeyCodes.M) {
|
||||
e.preventDefault();
|
||||
this.searchMentions(e);
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user