Ticket #3820: 3820.patch

File 3820.patch, 547 bytes (added by Garry Yao, 15 years ago)
  • _source/plugins/list/plugin.js

     
    491491                                             sibling.getName() == listCommand.type )
    492492                                        {
    493493                                                sibling.remove();
    494                                                 sibling.moveChildren( listNode );
     494                                                // Move children order by merge direction.(#3820) 
     495                                                sibling.moveChildren( listNode, rtl ? true : false );
    495496                                        }
    496497                                } )();
    497498                                mergeSibling( true );
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy