Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with the start placeholder "Tell your story" #714

Closed
Aleksst95 opened this issue Apr 10, 2019 · 4 comments
Closed

Problem with the start placeholder "Tell your story" #714

Aleksst95 opened this issue Apr 10, 2019 · 4 comments
Assignees
Labels

Comments

@Aleksst95
Copy link

After rendering editor the start placeholder appear just when I make new empty paragraph or enter a text and clear it.

@neSpecc neSpecc added the bug label Apr 10, 2019
@delroh
Copy link

delroh commented May 10, 2019

Also, if tools are used, the add block menu gets mixed with the placeholder text. See attached image:
image

@nynevi
Copy link

nynevi commented May 13, 2019

I can confirm that I experience the same two issues above

@nynevi
Copy link

nynevi commented May 13, 2019

root div (class codex-editor) has no codex-editor--empty class on init. probably because we have an initialBlock inside the editor that counts as not empty

@mostafa6765
Copy link

you can try with paragraph placeholde . @Aleksst95

paragraph: {
    class: Paragraph,
    inlineToolbar: true,
     config: {
        placeholder: '.'
      }
 },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants