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

ClipboardJS redeclare event listner #31

Open
reatlat opened this issue May 21, 2019 · 0 comments
Open

ClipboardJS redeclare event listner #31

reatlat opened this issue May 21, 2019 · 0 comments
Labels

Comments

@reatlat
Copy link
Owner

reatlat commented May 21, 2019

New version ClipBoardJS override my on-click events
have to be fixed with callback events

var clipboard = new ClipboardJS('.btn');

clipboard.on('success', function(e) {
    console.info('Action:', e.action);
    console.info('Text:', e.text);
    console.info('Trigger:', e.trigger);

    e.clearSelection();
});

clipboard.on('error', function(e) {
    console.error('Action:', e.action);
    console.error('Trigger:', e.trigger);
});
@reatlat reatlat added the bug label May 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant