Ticket #6375: 6375.patch
File 6375.patch, 434 bytes (added by , 14 years ago) |
---|
-
plugin.js
174 174 { 175 175 editor.on( 'blur', function( evt ) 176 176 { 177 editor.document && editor.document.$.selection.empty(); 177 try { 178 editor.document && editor.document.$.selection.empty(); 179 } catch (e) {} 178 180 }); 179 181 } 180 182