
CodeReview: Fix resize codereview form when move scroll
@a1b94f078141afd07defdd27a5015208f907676b
--- public/javascripts/service/yobi.code.Diff.js
+++ public/javascripts/service/yobi.code.Diff.js
... | ... | @@ -128,7 +128,7 @@ |
128 | 128 |
$(".diff-partial-code").on("scroll", function(){ |
129 | 129 |
var welPartial = $(this); |
130 | 130 |
var sHashCode = $(this).data("hashcode"); |
131 |
- htVar.htThreadWrap[sHashCode] = htVar.htThreadWrap[sHashCode] || welPartial.find(".comment-thread-wrap,.review-form"); |
|
131 |
+ htVar.htThreadWrap[sHashCode] = htVar.htThreadWrap[sHashCode] || welPartial.find(".comment-thread-wrap"); |
|
132 | 132 |
htVar.htThreadWrap[sHashCode].css("margin-left", welPartial.scrollLeft() + "px"); |
133 | 133 |
}); |
134 | 134 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?