Skip to content

Commit

Permalink
Fix - can't toggle multiline ordered/unordered list after (Issue #154
Browse files Browse the repository at this point in the history
…, PR #155)
  • Loading branch information
kvolkovich-sc authored Sep 19, 2018
1 parent de42c64 commit 15eb927
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ class PlainMarkdownInput extends React.Component {
let linkButton = this.getLinkButton({ disabled, locale });
let headerButtons = this.getHeaderButtons({ disabled, locale });
let listButtons = this.getAccentButtons({
editorValue: editorState, disabled, locale, accents: ['ol', 'ul']
editorValue: editorState, disabled: readOnly, locale, accents: ['ol', 'ul']
});
let additionalButtons = this.getAdditionalButtons(readOnly);
let fullScreenButton = this.getFullScreenButton({ readOnly, locale, fullScreen });
Expand Down

0 comments on commit 15eb927

Please sign in to comment.