Skip to content

TextEditor not clickable when within node when dragging=true, Enable Dragging only by selected child element #36

@NeoMarine

Description

@NeoMarine

I am attempting to display a draggable (re-organizable) list of text editors, each editable by clicking on them (editable on click). The problem is, when :draggable="true", it will prevent all clicks passed to the text editor from triggering anything/working.

Additionally, I have successfully managed to enable dragging only when a child element (with ref="dragThis") to drag the element, but it only works if :draggable="true".

So, I am in a bit of a pickle it seems.

The text editor I am using is Vue Medium Editor

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions