Skip to content

Commit

Permalink
Fix documentation example: deleting created event.
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniandre committed Oct 14, 2024
1 parent f958145 commit d7aae49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/documentation/examples.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3625,7 +3625,7 @@ export default {
e.stopPropagation()
},
cancelEventCreation () {
this.closeCreationDialog()
this.closeCreationDialog();
(this.deleteEventFunction || this.deleteDragEventFunction)()
},
closeCreationDialog () {
Expand Down

0 comments on commit d7aae49

Please sign in to comment.