The Wayback Machine - https://web.archive.org/web/20200828050931/https://github.com/topics/wysiwyg-editor
Skip to content
#

wysiwyg-editor

Here are 233 public repositories matching this topic...

thehappycoder
thehappycoder commented Jul 8, 2019

In my case, when both nextContents and this.lastDeltaChangeSet are undefined, I get this error. It happens in a real scenario when I switch between 2 records, and component.js componentWillReceiveProps gets called

From component.js:

if (nextContents === this.lastDeltaChangeSet) {
        console.error(nextContents, this.lastDeltaChangeSet)
        throw new Error(
          'You are p
karrie-helloalice
karrie-helloalice commented Jul 29, 2020

-- Bug Report --

Expected Behavior

Placeholder is not present when there is a list item bullet/number in the editor.

Current Behavior

Placeholder and list element are both present within the editor.

Steps to Reproduce

  1. Within a megadraft editor, add any number of li elements
  2. Highlight the list items
  3. Press 'delete'
  4. You should see the li element overlapping with

Improve this page

Add a description, image, and links to the wysiwyg-editor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wysiwyg-editor topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.