还原行距问题

This commit is contained in:
luoquan 2016-03-11 09:52:11 +08:00
parent a6da304b56
commit 2d14b26c11
1 changed files with 40 additions and 38 deletions

View File

@ -29,6 +29,8 @@ KindEditor.plugin('lineheight', function(K) {
}); });
self.updateState(); self.updateState();
self.addBookmark(); self.addBookmark();
//curVal = key;
//self.cmd.doc.body.style.lineHeight = key;
self.hideMenu(); self.hideMenu();
} }
}); });