ソースを参照

BugFix: PageStatusAlert

Yuki Takei 5 年 前
コミット
52be1dfe9c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/client/js/components/PageStatusAlert.jsx

+ 1 - 1
src/client/js/components/PageStatusAlert.jsx

@@ -94,7 +94,7 @@ class PageStatusAlert extends React.Component {
 
     // when remote revision is newer than both
     if (isHackmdDocumentOutdated && isRevisionOutdated) {
-      getContentsFunc = this.getContentsFunc;
+      getContentsFunc = this.getContentsForUpdatedAlert;
     }
     // when someone editing with HackMD
     else if (isHackmdDraftUpdatingInRealtime) {