refactor: remove toggle link context menu action

This commit is contained in:
Carlos Valente
2025-07-29 07:45:47 +02:00
committed by Carlos Valente
parent a358ec0f17
commit ed4d3ba265
@@ -135,16 +135,6 @@ export default function RundownEvent({
{ type: 'item', label: 'Delete', icon: IoTrash, onClick: () => actionHandler('delete') },
]
: [
{
type: 'item',
label: 'Toggle link to previous',
icon: IoLink,
onClick: () =>
actionHandler('update', {
field: 'linkStart',
value: linkStart,
}),
},
{
type: 'item',
label: flag ? 'Remove flag' : 'Add flag',