insanehong 2015-05-11
CodeReview: Fix resize codereview form when move scroll
@a1b94f078141afd07defdd27a5015208f907676b
public/javascripts/service/yobi.code.Diff.js
--- public/javascripts/service/yobi.code.Diff.js
+++ public/javascripts/service/yobi.code.Diff.js
@@ -128,7 +128,7 @@
             $(".diff-partial-code").on("scroll", function(){
                 var welPartial = $(this);
                 var sHashCode = $(this).data("hashcode");
-                htVar.htThreadWrap[sHashCode] = htVar.htThreadWrap[sHashCode] || welPartial.find(".comment-thread-wrap,.review-form");
+                htVar.htThreadWrap[sHashCode] = htVar.htThreadWrap[sHashCode] || welPartial.find(".comment-thread-wrap");
                 htVar.htThreadWrap[sHashCode].css("margin-left", welPartial.scrollLeft() + "px");
             });
 
Add a comment
List