Browse Source

reverse redundant change

yusuketk 6 years ago
parent
commit
a173aa279e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/client/js/components/PageEditor.jsx

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

@@ -56,7 +56,7 @@ class PageEditor extends React.Component {
     this.setMarkdownStateWithDebounce = debounce(50, throttle(100, (value) => {
     this.setMarkdownStateWithDebounce = debounce(50, throttle(100, (value) => {
       this.setState({ markdown: value });
       this.setState({ markdown: value });
     }));
     }));
-    this.saveDraftWithDebounce = debounce(3000, this.saveDraft);
+    this.saveDraftWithDebounce = debounce(800, this.saveDraft);
   }
   }
 
 
   componentWillMount() {
   componentWillMount() {