Skip to content

Floater

Compare
Choose a tag to compare
@hubgit hubgit released this 23 Oct 20:09
  • Add a Floater component, used for wrapping a floating toolbar to be shown when a selection is made.
  • Pass view into the render prop instead of state and dispatch, and use forceUpdate instead of storing the editor state in the component state.
  • Pass the whole doc into the onChange handler instead of just the content.