Ticket #8978: 8978_2.patch

File 8978_2.patch, 578 bytes (added by Garry Yao, 11 years ago)
  • _source/plugins/menu/plugin.js

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    145145
    146146                        onClick : function( item )
    147147                        {
    148                                 this.hide( false );
    149 
    150148                                if ( item.onClick )
    151149                                        item.onClick();
    152150                                else if ( item.command )
    153151                                        this.editor.execCommand( item.command );
     152
     153                                this.hide( false );
    154154                        },
    155155
    156156                        onEscape : function( keystroke )
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy