Make WordPress Core

Ticket #42042: 42042.diff

File 42042.diff, 469 bytes (added by felipeelia, 8 years ago)
  • src/wp-admin/js/common.js

     
    268268        if ( ! permalinkStructureFocused && 0 === selectionStart && 0 === selectionEnd ) {
    269269                selectionStart = selectionEnd = permalinkStructureValue.length;
    270270        }
     271        permalinkStructureFocused = false;
    271272
    272273        $permalinkCustomSelection.prop( 'checked', true );
    273274