瀏覽代碼

fixed #239: "Comments for Newer Revision" to be opened with default

* add "in" class for "Comments for Newer Revision"
Koki Oyatsu 8 年之前
父節點
當前提交
672fcc67cf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resource/js/components/PageComments.js

+ 1 - 1
resource/js/components/PageComments.js

@@ -165,7 +165,7 @@ export default class PageComments extends React.Component {
       </div>
     );
     const newerBlock = (
-      <div className="page-comments-list-newer collapse" id="page-comments-list-newer">
+      <div className="page-comments-list-newer collapse in" id="page-comments-list-newer">
         {newerElements}
       </div>
     );