mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-06 19:46:00 +08:00
Fix insert button ids
This commit is contained in:
parent
9059049d29
commit
300f5683ef
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ defmodule LivebookWeb.SessionLive.InsertButtonsComponent do
|
|||
}>
|
||||
<div class="relative">
|
||||
<div class="absolute -left-1 top-0 bottom-0 flex items-center transform -translate-x-full">
|
||||
<.menu id={"cell-#{@cell_id}-insert"} position={:bottom_left} distant>
|
||||
<.menu id={"cell-#{@id}-insert"} position={:bottom_left} distant>
|
||||
<:toggle>
|
||||
<button class="button-base button-small flex items-center pr-1">
|
||||
<div
|
||||
|
|
Loading…
Add table
Reference in a new issue