Jump to content
Search Community

roman999

Members
  • Posts

    10
  • Joined

  • Last visited

Community Answers

  1. roman999's post in OSUblake's awesome Sortable List With Draggable, five years later was marked as the answer   
    The problem was a beginner's mistake I made to add another widget:
    document.body.innerHTML = document.body.innerHTML + ...; That apparently reset gsap's event handling code. Adding the proper way, document.createElement(...)  with document.body.append(...)  made the problem disappear.
     
    I still don't understand why the DOM DnD event handlers were added in particular situations instead of emptyFunc() (which I think cannot be seen by logging since the DOM lacks the necessary tooling) but my immediate problem is resolved. @OSUblake and @Cassie, I appreciate your help.
×
×
  • Create New...