mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-15 12:23:51 +00:00
feat: add link to context menu
This commit is contained in:
committed by
Carlos Valente
parent
46e9fcb3cb
commit
5501f57b45
@@ -44,6 +44,11 @@ export function handleLink(
|
||||
return;
|
||||
}
|
||||
|
||||
// sometimes the client cannot set the previous event
|
||||
if (mutableEvent.linkStart === 'true') {
|
||||
mutableEvent.linkStart = linkedEvent.id;
|
||||
}
|
||||
|
||||
links[linkedEvent.id] = mutableEvent.id;
|
||||
|
||||
const timePatch = getLinkedTimes(mutableEvent, linkedEvent);
|
||||
|
||||
Reference in New Issue
Block a user