globocom / megadraft

Megadraft is a Rich Text editor built on top of Facebook's Draft.JS featuring a nice default base of components and extensibility

Home Page:http://megadraft.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Placeholder trimmed when movableBlocks prop is active

mogavin opened this issue · comments

Expected Behavior

In empty editor, the first block has a text placeholder.

Current Behavior

When prop movableBlocks is active, this placeholder is trimmed.

Steps to Reproduce

  1. Render a MegadraftEditor component with prop movableBlocks with true value;
  2. Note in first block that text placeholder is trimmed ( show only the first letter ).