From d7aae49903d0a785a1a26f03146cd0e6fd74042e Mon Sep 17 00:00:00 2001 From: antoniandre Date: Mon, 14 Oct 2024 11:08:10 +0200 Subject: [PATCH] Fix documentation example: deleting created event. --- src/documentation/examples.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/documentation/examples.vue b/src/documentation/examples.vue index ec9fad83..919f7c6e 100644 --- a/src/documentation/examples.vue +++ b/src/documentation/examples.vue @@ -3625,7 +3625,7 @@ export default { e.stopPropagation() }, cancelEventCreation () { - this.closeCreationDialog() + this.closeCreationDialog(); (this.deleteEventFunction || this.deleteDragEventFunction)() }, closeCreationDialog () {