Ticket #6404: 6404_2.patch
File 6404_2.patch, 672 bytes (added by , 14 years ago) |
---|
-
_source/plugins/contextmenu/plugin.js
1 /*1 /* 2 2 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. 3 3 For licensing, see LICENSE.html or http://ckeditor.com/license 4 4 */ … … 98 98 }; 99 99 } 100 100 101 editor.on( 'mode' , function() 102 { 103 if ( editor.mode == 'source' ) 104 { 105 menu.hide(); 106 editor.focus(); 107 } 108 }); 109 101 110 var listeners = this._.listeners, 102 111 includedItems = []; 103 112