Ticket #33367: 33367.patch
File 33367.patch, 557 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/js/nav-menu.js
619 619 // Use the right edge if RTL. 620 620 menuEdge += api.isRTL ? api.menuList.width() : 0; 621 621 622 // Prevent infinite scrolling while dragging an item 623 api.menuList.on('scroll', function() { 624 $(this).scrollLeft(0); 625 }); 626 622 627 api.menuList.sortable({ 623 628 handle: '.menu-item-handle', 624 629 placeholder: 'sortable-placeholder',