We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b35a7d commit b8560e3Copy full SHA for b8560e3
lib/live_debugger/live_components/sidebar.ex
@@ -24,6 +24,8 @@ defmodule LiveDebugger.LiveComponents.Sidebar do
24
existing_node_ids = socket.assigns.existing_node_ids
25
trace_node_id = Trace.node_id(trace)
26
27
+ nil
28
+
29
cond do
30
existing_node_ids.ok? and not MapSet.member?(existing_node_ids.result, trace_node_id) ->
31
Logger.debug("New node detected #{inspect(trace_node_id)} refreshing the tree")
0 commit comments