Ticket #3093: 3093_2.patch

File 3093_2.patch, 560 bytes (added by Martin Kou, 15 years ago)
  • _source/plugins/domiterator/plugin.js

     
    146146                                                        // The found boundary must be set as the next one at this
    147147                                                        // point. (#1717)
    148148                                                        if ( nodeName != 'br' )
    149                                                                 this._.nextNode = getNextSourceNode( currentNode, true, null, lastNode ) || currentNode;
     149                                                                this._.nextNode = currentNode;
    150150                                                }
    151151
    152152                                                closeRange = true;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy