Skip to content

Commit

Permalink
Don't focus editor on applyFormatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tade0 authored and Comandeer committed Mar 9, 2017
1 parent 6f6f771 commit bdbd071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/copyformatting/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@
},

applyFormatting: {
editorFocus: 0,
exec: function( editor, data ) {
var cmd = editor.getCommand( 'copyFormatting' ),
isFromKeystroke = data ? data.from == 'keystrokeHandler' : false,
Expand Down

0 comments on commit bdbd071

Please sign in to comment.