forked from Gitlink/forgeplus-react
代码库
This commit is contained in:
parent
ff9beb0949
commit
98ed1794cf
|
@ -197,7 +197,7 @@ function CoderDepot(props){
|
|||
let ele = document.getElementById("ptxt");
|
||||
if(ele){
|
||||
let h = ele.offsetHeight;
|
||||
if( h > 35 ) setHideBtn(true);
|
||||
if( h > 36 ) setHideBtn(true);
|
||||
}
|
||||
}
|
||||
},[projectDetail,lastCommit])
|
||||
|
|
Loading…
Reference in New Issue