Skip to content

Commit

Permalink
fix: blockquote remove all when blockquote command to multi line (close
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohee Lee committed Jan 11, 2019
1 parent 581647d commit 2c6ced5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/wysiwygCommands/blockquote.js
Expand Up @@ -28,7 +28,6 @@ const Blockquote = CommandManager.command('wysiwyg', /** @lends Blockquote */{
if (sq.hasFormat('BLOCKQUOTE')) {
sq.decreaseQuoteLevel();
} else {
wwe.unwrapBlockTag();
sq.increaseQuoteLevel();
}
}
Expand Down

0 comments on commit 2c6ced5

Please sign in to comment.