From 13873fb88669028c29ebd1dbb86664e3c8b7757c Mon Sep 17 00:00:00 2001 From: Tommertom Date: Tue, 22 Nov 2022 23:26:17 +0100 Subject: [PATCH] Update 03-template-syntax.md Added explanation on double event handlers that propagate to the parent. To make sure the developer understands the true power of adding multiple handlers. (and I have been in a situation forgetting about this, which took me a while to figure out). --- site/content/docs/03-template-syntax.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/site/content/docs/03-template-syntax.md b/site/content/docs/03-template-syntax.md index 9afe399469..88a0c927c4 100644 --- a/site/content/docs/03-template-syntax.md +++ b/site/content/docs/03-template-syntax.md @@ -572,6 +572,13 @@ It's possible to have multiple event listeners for the same event: ``` +But also this is possible: +```sv + +``` + #### bind:*property* ```sv