From 8a7b5d26d3ee83e0c529263b530915111074104d Mon Sep 17 00:00:00 2001 From: Bruno Prieto Date: Sat, 13 Jul 2024 01:59:37 -0400 Subject: [PATCH] Revert "add docs for turbo stream morph action" --- _source/handbook/05_streams.md | 16 ---------------- _source/reference/streams.md | 22 ---------------------- 2 files changed, 38 deletions(-) diff --git a/_source/handbook/05_streams.md b/_source/handbook/05_streams.md index 58807a3..a385c5b 100644 --- a/_source/handbook/05_streams.md +++ b/_source/handbook/05_streams.md @@ -73,22 +73,6 @@ A Turbo Streams message is a fragment of HTML consisting of `` ele - - - - - - - - ``` diff --git a/_source/reference/streams.md b/_source/reference/streams.md index b065a2b..e6953fe 100644 --- a/_source/reference/streams.md +++ b/_source/reference/streams.md @@ -91,28 +91,6 @@ Inserts the content within the template tag after the element designated by the ``` -### Morph - -Replaces the element designated by the target dom id via morph. - -```html - - - -``` - -The `children-only` attribute can be added to the `turbo-stream` element to morph only the children of the element designated by the target dom id. - -```html - - - -``` - ### Refresh Initiates a [Page Refresh](/handbook/page_refreshes) to render new content with