修复不同tab切换时行号会变的问题
This commit is contained in:
wrmswindmill 2018-09-16 20:47:45 +08:00
parent d391960975
commit 01d7ebe225
1 changed files with 1 additions and 0 deletions

View File

@ -988,6 +988,7 @@ function add_tab(project_id,path,filename) {
div_codereading.id = "code_" + path;
div_codereading.className = "codereading";
div_codereading.style.overflowY="auto";
div_code.appendChild(div_codereading)