Skip to content

Drag Handle extension #5637

Discussion options

You must be logged in to vote

By Menu, if you mean that you want to open a popup when the drag handle is clicked this can be achieved by adding your own menu as per requirement.
e.g, since I am using React, I can do the following

<DragHandle  editor={editor}>
  <Button onClick={openPopup}>
    <DragIcon />
  </Button>
  <PopupContent /> // only shown when popup is opened
</DragHandle>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nperez0111
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants