Skip to content

Commit

Permalink
fix handlers insert button
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Jun 23, 2024
1 parent 78de161 commit f73d649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imports/cyto/handlers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ export const CytoEditorHandlersSupport = React.memo(function CytoEditorHandlersS
from_id: container,
} }
});
}, [container]);
}, [container, linkId]);

const onDeleteHandler = useCallback(async (handlerId) => {
await deep.delete(handlerId);
Expand Down

0 comments on commit f73d649

Please sign in to comment.