klaemo / popover

Small, composable popover component.
13 stars 5 forks source link

Suggest add document.addEventListener('touchmove',popoverRemove) #4

Open ericfong opened 9 years ago

ericfong commented 9 years ago

suggest add something similar to

document.addEventListener('click',popoverRemove)
document.addEventListener('touchmove',popoverRemove)
klaemo commented 9 years ago

Thanks for brining this up :) imho that's something everyone should/could handle in their app. It's probably not something I want to enforce in this library.