Which product are you using?
PDF.js Express Plus
PDF.js Express Version
8.X.X.X
Detailed description of issue
I want to enable only searchButton in header section.
Expected behaviour
only searchButton enable for header section, currently it is showing comments and other menus also.
Does your issue happen with every document, or just one?
Every Document
Link to document
{Provide a link to the document in question if possible}
Code snippet
disabledElements: [
‘header’,
‘textSelectButton’,
‘commentsButton’,
‘annotationStylePopup’,
‘toolsButton’,
‘toolsOverlay’,
‘menuButton’,
‘zoomOutButton’,
‘zoomInButton’,
‘viewControlsButton’,
‘panToolButton’,
‘leftPanelButton’,
‘fitButton’,
‘selectToolButton’,
‘toolsHeader’,
‘textPopup’,
],