Skip to content

Commit

Permalink
Updates dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
Davi Ferreira committed Oct 21, 2014
1 parent f233796 commit 62a7b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/js/medium-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ if (typeof module === 'object') {
editorElement = self.getSelectionElement();

if (!(self.options.disableReturn || editorElement.getAttribute('data-disable-return')) &&
tagName !== 'li' && !this.isListItemChild(node)) {
tagName !== 'li' && !self.isListItemChild(node)) {
if (!e.shiftKey) {
document.execCommand('formatBlock', false, 'p');
}
Expand Down
Loading

0 comments on commit 62a7b32

Please sign in to comment.