diff --git a/frontend/src/Editor/Inspector/EventManager.jsx b/frontend/src/Editor/Inspector/EventManager.jsx index 795f2cee25..afff47128b 100644 --- a/frontend/src/Editor/Inspector/EventManager.jsx +++ b/frontend/src/Editor/Inspector/EventManager.jsx @@ -741,7 +741,7 @@ export const EventManager = ({ const actionMeta = ActionTypes.find((action) => action.id === event.actionId); const rowClassName = `card-body p-0 ${focusedEventIndex === index ? ' bg-azure-lt' : ''}`; return ( - + {renderDraggable((provided, snapshot) => { if (snapshot.isDragging && focusedEventIndex !== null) { setFocusedEventIndex(null);