Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rtshkmr committed Nov 17, 2024
1 parent dffa185 commit b0c431c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions lib/vyasa_web/components/contexts/discuss.ex
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,6 @@ defmodule VyasaWeb.Context.Discuss do
}
end

# sheaf creation without a parent
def handle_event(
"sheaf::publish",
%{
Expand Down Expand Up @@ -758,22 +757,6 @@ defmodule VyasaWeb.Context.Discuss do
|> assign(draft_reflector_path: new_draft_reflector_path)
|> assign(reply_to_path: nil)
}

# IO.inspect(%{reply_to: reply_to_sheaf, draft: draft_sheaf},
# label: "SHEAF CREATION IN DISCUSS MODE"
# )

# {:noreply, socket}

# {
# :noreply,
# socket
# |> assign(reply_to_path: new_reply_to_path)
# |> assign(
# sheaf_ui_lattice:
# sheaf_ui_lattice |> SheafLattice.toggle_show_sheaf_modal?(draft_sheaf_lattice_key)
# )
# }
end

@impl true
Expand Down

0 comments on commit b0c431c

Please sign in to comment.