You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$timeout(function(){
var edgeSelect = document.querySelectorAll('.fc-edge')
for (var i = 0; i < edgeSelect.length; i++) {
edgeSelect[i].addEventListener('click', function () {
console.log('Edge clicked.')
})
}
console.log('Listener function loaded.)
},100)
Can I use an "edge click" event? How can I do this?
The text was updated successfully, but these errors were encountered: