Ticket #5694: 5694.patch
File 5694.patch, 460 bytes (added by , 15 years ago) |
---|
-
_source/plugins/enterkey/plugin.js
old new 202 202 203 203 var isPre = false; 204 204 205 if ( !forceMode && startBlockTag == 'li')205 if ( !forceMode && (startBlockTag == 'li' || startBlockTag == 'p' || startBlockTag == 'div' ) ) 206 206 { 207 207 enterBlock( editor, mode, range, forceMode ); 208 208 return;