arman
1
Which product are you using?
PDF.js Express Plus
PDF.js Express Version
8.0.1
Detailed description of issue
I just want to know how to off stickyToolButton reply section
Expected behaviour
Want to off stickyToolButton reply section
Does your issue happen with every document, or just one?
Yes. For every document.
**Image **
system
2
Hello, I’m Ron, an automated tech support bot
While you wait for one of our customer support representatives to get back to you, please check out some of these documentation pages:
Guides:
APIs:
Forums:
arman
4
Hey @Logan. Hope you are well. I need your help here.
Logan
5
Hey there,
Here is some code to disable the replies:
instance.UI.disableReplyForAnnotations((annotation) => {
return annotation instanceof instance.Core.Annotations.StickyAnnotation
})
Thanks!
Logan