Question
Use `showAnnotationTools` prevents `showCommentsPanel` to show the comments in the view mode.
Hi,
When I pass the below view config in Adobe PDF Embed API:
const viewerConfig = {
embedMode: 'FULL_WINDOW',
defaultViewMode: 'FIT_PAGE',
showAnnotationTools: false,
showCommentsPanel: true,
};the comment section does not show up and all the sticky notes and comment are not showing up.
It seems that `showAnnotationTools` is overriding the comment visibility config!
Am I doing something wrong?
