mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-09 00:49:07 +08:00
Fix a minor bug on canvas
This commit is contained in:
parent
9cd99fc532
commit
7cd94e8b0d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
);
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue