Skip to content
Discussion options

You must be logged in to vote

2 things that should make it work:

  1. enable window.startDragging in the allowlist
  2. the data attribute must be applied to the actual click target - often the innermost element (you often can find it by looking at which element is reported by document.addEventListener('click', console.log)) -> this is because otherwise the buttons inside the element would not work anymore for example.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@egebilecen
Comment options

@mijorus
Comment options

Answer selected by egebilecen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants