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

wysiwyg

Here are 613 public repositories matching this topic...

editor.js
ckeditor4
shoNagai
shoNagai commented Apr 13, 2021

Describe the bug
When using move to lower the position of an element, adding 1 to the index does not work, and 2 needs to be added.

To Reproduce
I implemented the following code to move the element position up and down under the ROOT, but the onDown function did not move the element down.

  const {
    actions: { move, delete: deleteNode },
    query,
  } = useEditor();

bug good first issue
devcer
devcer commented Apr 4, 2022

Summary

Steps to reproduce

Expected results

  • Same resize handle width for controller, header and rows

Actual results

  • differen
type: bug 🪲 good first issue

Improve this page

Add a description, image, and links to the wysiwyg 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 topic, visit your repo's landing page and select "manage topics."

Learn more