i believe you can simply do e.stopPropagation()because you get event
bubbling for the events inside the div
all the events bind to element inside your div should use
e.stopPropagation()

please correct me if i am wrong

Reply via email to