Skip to content

Commit

Permalink
disable polls for now
Browse files Browse the repository at this point in the history
Changelog: removed
  • Loading branch information
antonbuks committed Sep 9, 2024
1 parent f3a29b2 commit 1c6a39b
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1564,10 +1564,11 @@ class AdvancedCreatePost extends React.PureComponent<Props, State> {
disabled={this.props.shouldShowPreview}
/>
),
<Poll
key='poll'
disabled={this.props.shouldShowPreview}
/>,

// <Poll
// key='poll'
// disabled={this.props.shouldShowPreview}
// />,
...(pluginItems || []),
].filter(Boolean)}
codeBlockOnCtrlEnter={this.props.codeBlockOnCtrlEnter}
Expand Down

0 comments on commit 1c6a39b

Please sign in to comment.