Skip to content

Commit

Permalink
Remove incorrect focus handling.
Browse files Browse the repository at this point in the history
  • Loading branch information
Comandeer committed Jun 1, 2023
1 parent bf64260 commit 387b807
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions plugins/listblock/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,14 +186,6 @@ CKEDITOR.plugins.add( 'listblock', {
this.onMark && this.onMark( item );
},

markFirstDisplayed: function() {
var context = this;
this._.markFirstDisplayed( function() {
if ( !context.multiSelect )
context.unmarkAll();
} );
},

unmark: function( value ) {
var doc = this.element.getDocument(),
itemId = this._.items[ value ],
Expand Down

0 comments on commit 387b807

Please sign in to comment.