mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 06:59:09 +00:00
feat: apply delays
This commit is contained in:
@@ -95,6 +95,9 @@ export default function EventList(props) {
|
||||
// drop outside of area
|
||||
if (!result.destination) return;
|
||||
|
||||
// no change
|
||||
if (result.destination === result.source.index) return;
|
||||
|
||||
// Call API
|
||||
eventsHandler('reorder', {
|
||||
index: result.draggableId,
|
||||
|
||||
Reference in New Issue
Block a user