Skip to content

Commit a598ed1

Browse files
committed
Merge branch 't/9487'
2 parents 31f783b + b46dd71 commit a598ed1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugins/format/plugin.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ CKEDITOR.plugins.add( 'format', {
6363

6464
onRender: function() {
6565
editor.on( 'selectionChange', function( ev ) {
66+
// Don't check state on selectionChange fired when combo is opened.
67+
if ( this._.on )
68+
return;
69+
6670
var currentTag = this.getValue();
6771

6872
var elementPath = ev.data.path;

0 commit comments

Comments
 (0)