writing mode fix
This commit is contained in:
@ -27,7 +27,7 @@ tinymce.PluginManager.add('leanote_nav', function(editor) {
|
||||
titles += "</ul>";
|
||||
$("#leanoteNavContent").html(titles).height("auto"); // auto
|
||||
if(!hs.length) {
|
||||
$("#leanoteNavContent").html(" 无");
|
||||
$("#leanoteNavContent").html(" Nothing...");
|
||||
}
|
||||
|
||||
// 这里, resize Height
|
||||
|
Reference in New Issue
Block a user