Skip to content

Commit

Permalink
restore lists_indent_on_tab=false
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix authored and aduth committed Nov 9, 2018
1 parent d866692 commit bacbbdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor/src/components/rich-text/tinymce.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ export default class TinyMCE extends Component {
// Allow TinyMCE to keep one undo level for comparing changes.
// Prevent it otherwise from accumulating any history.
custom_undo_redo_levels: 1,
lists_indent_on_tab: false,
};

if ( multilineTag === 'li' ) {
Expand Down

0 comments on commit bacbbdf

Please sign in to comment.