Skip to content

Commit

Permalink
Disable scroll inside plain text. (#21115)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioEstevao authored Mar 25, 2020
1 parent 2a53406 commit 63b8c01
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export default class PlainText extends Component {
style={
this.props.style || styles[ 'block-editor-plain-text' ]
}
scrollEnabled={ false }
/>
);
}
Expand Down

0 comments on commit 63b8c01

Please sign in to comment.