local-kak-snippets/snippets/elixir/hev

4 lines
88 B
Plaintext
Raw Permalink Normal View History

2020-07-09 00:57:30 -04:00
def handle_event("{event}", %{}, socket) do
{:noreply, assign(socket, {assigns})}
end