Skip to content

Instantly share code, notes, and snippets.

@hansthen
Created November 10, 2023 06:44
Show Gist options
  • Save hansthen/8696a182a32b49c6927e34315f7bb9e5 to your computer and use it in GitHub Desktop.
Save hansthen/8696a182a32b49c6927e34315f7bb9e5 to your computer and use it in GitHub Desktop.
fullcalendar double click
eventDidMount: function (event) {
event.el.addEventListener('dblclick', () => {
console.log(event);
});
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment