We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 216086f commit 88f7dfaCopy full SHA for 88f7dfa
1 file changed
lib/live_debugger/app/debugger/web/components/elixir_display.ex
@@ -108,6 +108,7 @@ defmodule LiveDebugger.App.Debugger.Web.Components.ElixirDisplay do
108
<ol class="m-0 ml-[2ch] block list-none p-0">
109
<li
110
:for={{key, child} <- @node.children}
111
+ id={if key, do: "#{@id}_#{key}", else: @id}
112
class={"flex flex-col #{child_diff_class(@diff, key, @diff_class)}"}
113
>
114
<.static_term
0 commit comments