소스 검색

fixed placeholder action

Artal Druk 8 년 전
부모
커밋
ac0fe2981b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/const.js

+ 1
- 1
src/const.js 파일 보기

@@ -34,7 +34,7 @@ export const actions = {
34 34
   setIndent: 'indent',
35 35
   setOutdent: 'outdent',
36 36
   setTitlePlaceholder: 'SET_TITLE_PLACEHOLDER',
37
-  setContentPlaceholder: 'SET_TITLE_PLACEHOLDER',
37
+  setContentPlaceholder: 'SET_CONTENT_PLACEHOLDER',
38 38
   setTitleFocusHandler: 'SET_TITLE_FOCUS_HANDLER',
39 39
   setContentFocusHandler: 'SET_CONTENT_FOCUS_HANDLER',
40 40
   prepareInsert: 'PREPARE_INSERT',