Fixed ALT+SHIFT+UP breaking ALT+UP (#4042)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
fc5df5c435
Коммит
f7297d5a31
@@ -346,8 +346,8 @@ export default class Sidebar extends React.Component {
|
|||||||
nextChannel = allChannels[nextIndex];
|
nextChannel = allChannels[nextIndex];
|
||||||
ChannelActions.goToChannel(nextChannel);
|
ChannelActions.goToChannel(nextChannel);
|
||||||
this.updateScrollbarOnChannelChange(nextChannel);
|
this.updateScrollbarOnChannelChange(nextChannel);
|
||||||
this.isSwitchingChannel = false;
|
|
||||||
}
|
}
|
||||||
|
this.isSwitchingChannel = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user