Fix a minor bug on canvas

This commit is contained in:
Luka Murn 2016-08-25 17:09:55 +02:00
parent 9cd99fc532
commit 7cd94e8b0d

View file

@ -706,7 +706,8 @@ function bindFullZoomAjaxTabs() {
.html("")
.addClass("hide");
scrollCommentOptions(
list.parent().find(".content-comments .dropdown-comment")
list.parent().find(".content-comments .dropdown-comment"),
false
);
}
})