Converting preview image modal to use react-bootstrap. Fixes issue where modal would appear behind background on iOS
Этот коммит содержится в:
@@ -141,7 +141,6 @@ export default class PostBody extends React.Component {
|
||||
fileAttachmentHolder = (
|
||||
<FileAttachmentList
|
||||
filenames={filenames}
|
||||
modalId={`view_image_modal_${post.id}`}
|
||||
channelId={post.channel_id}
|
||||
userId={post.user_id}
|
||||
/>
|
||||
|
||||
Ссылка в новой задаче
Block a user