PLT-1238 on permalink not visible back button points to last channel or town-square (#4019)
Этот коммит содержится в:
@@ -132,9 +132,12 @@ function preNeedsTeam(nextState, replace, callback) {
|
||||
});
|
||||
}
|
||||
|
||||
function onPermalinkEnter(nextState) {
|
||||
function onPermalinkEnter(nextState, replace, callback) {
|
||||
const postId = nextState.params.postid;
|
||||
GlobalActions.emitPostFocusEvent(postId);
|
||||
GlobalActions.emitPostFocusEvent(
|
||||
postId,
|
||||
() => callback()
|
||||
);
|
||||
}
|
||||
|
||||
export default {
|
||||
|
||||
Ссылка в новой задаче
Block a user