active email error

This commit is contained in:
life
2014-05-08 15:44:45 +08:00
parent 26bca881ca
commit af4476a985
5 changed files with 388 additions and 396 deletions

View File

@ -152,7 +152,7 @@ $(function() {
if(!e.shiftKey) {
// ed.execCommand('Indent');
// TODO 如果当前在li, ul, ol下不执行!!
// 如果在pre下就加tab
var node = ed.selection.getNode();
if(node.nodeName == "PRE") {