Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edge-click event #51

Open
nardocesar opened this issue Oct 2, 2017 · 1 comment
Open

Edge-click event #51

nardocesar opened this issue Oct 2, 2017 · 1 comment

Comments

@nardocesar
Copy link

Can I use an "edge click" event? How can I do this?

@nardocesar
Copy link
Author

Just fix my problem with this trick:

$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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant