@ -15,7 +15,7 @@ const $ = window.$;
function getRight(){
var right = parseInt($(".-task-sidebar").css("right"));
return right;
return right===0?0:right;
}
class LiveItem extends Component{
constructor(props) {
@ -18,7 +18,7 @@ const $ = window.$;
class VideoIndex extends Component{
constructor(props){