Fixes story viewing behavior
This commit is contained in:
parent
c4b6eebcd6
commit
3e644f45cf
26 changed files with 960 additions and 939 deletions
|
@ -96,6 +96,7 @@ export type PropsReduxActions = Pick<
|
|||
| 'clearSelectedMessage'
|
||||
| 'doubleCheckMissingQuoteReference'
|
||||
| 'checkForAccount'
|
||||
| 'viewStory'
|
||||
>;
|
||||
|
||||
export type ExternalProps = PropsData & PropsBackboneActions;
|
||||
|
@ -302,6 +303,7 @@ export class MessageDetail extends React.Component<Props> {
|
|||
showVisualAttachment,
|
||||
startConversation,
|
||||
theme,
|
||||
viewStory,
|
||||
} = this.props;
|
||||
|
||||
return (
|
||||
|
@ -371,6 +373,7 @@ export class MessageDetail extends React.Component<Props> {
|
|||
showVisualAttachment={showVisualAttachment}
|
||||
startConversation={startConversation}
|
||||
theme={theme}
|
||||
viewStory={viewStory}
|
||||
/>
|
||||
</div>
|
||||
<table className="module-message-detail__info">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue