We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8881b7 commit 97bf815Copy full SHA for 97bf815
lib/radiator_web/live/components/outline.ex
@@ -25,15 +25,6 @@ defmodule RadiatorWeb.Components.Outline do
25
|> reply(:ok)
26
end
27
28
- # TODO: beim zusammenziehen von nodes ist es wichtig, dass wir
29
- # (also der verursacher) auch den neuen content erhalten
30
-
31
- def update(
32
- %{event: %NodeContentChangedEvent{event_id: <<_::binary-size(36)>> <> ":" <> id}},
33
- %{id: id} = socket
34
- ),
35
- do: reply(socket, :ok)
36
37
def update(%{event: %NodeContentChangedEvent{node_id: node_id, content: content}}, socket) do
38
socket
39
|> push_event("set_content", %{uuid: node_id, content: content})
0 commit comments