Explorar el Código

fixed placeholder action

Artal Druk hace 8 años
padre
commit
ac0fe2981b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/const.js

+ 1
- 1
src/const.js Ver fichero

@@ -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',