Closing RHS if jump is clicked for archives
Этот коммит содержится в:
@@ -19,6 +19,11 @@ export default class SearchResultsItem extends React.Component {
|
||||
e.preventDefault();
|
||||
|
||||
EventHelpers.emitPostFocusEvent(this.props.post.id);
|
||||
|
||||
if ($(window).width() < 768) {
|
||||
$('.sidebar--right').removeClass('move--left');
|
||||
$('.inner__wrap').removeClass('move--left');
|
||||
}
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Ссылка в новой задаче
Block a user