Skip to content

Commit

Permalink
fix(forum): content image upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ariunzayarin committed Mar 10, 2023
1 parent 1a81a00 commit f570905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -109,6 +109,7 @@ class List extends React.Component<Props, {}> {
</Button>
}
content={props => <PostForm {...props} />}
enforceFocus={false}
/>
</Flex>
);
Expand Down
1 change: 1 addition & 0 deletions packages/plugin-forum-ui/src/components/posts/Row.tsx
Expand Up @@ -38,6 +38,7 @@ class Row extends React.Component<Props> {
size="lg"
trigger={trigger}
content={content}
enforceFocus={false}
/>
);
}
Expand Down

0 comments on commit f570905

Please sign in to comment.