Make WordPress Core

Ticket #42234: 42234.diff

File 42234.diff, 534 bytes (added by miyauchi, 7 years ago)
  • src/wp-admin/js/tags-box.js

     
    221221                                tagBox.flushTags( $( this ).closest( '.tagsdiv' ) );
    222222                        });
    223223
    224                         $( 'input.newtag', ajaxtag ).keyup( function( event ) {
     224                        $( 'input.newtag', ajaxtag ).keypress( function( event ) {
    225225                                if ( 13 == event.which ) {
    226226                                        tagBox.userAction = 'add';
    227227                                        tagBox.flushTags( $( this ).closest( '.tagsdiv' ) );