How to off stickyToolButton reply section?

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 **

Hello, I’m Ron, an automated tech support bot :robot:

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:

Hey @Logan. Hope you are well. I need your help here.

Hey there,

Here is some code to disable the replies:

instance.UI.disableReplyForAnnotations((annotation) => {
    return annotation instanceof instance.Core.Annotations.StickyAnnotation
  })

Thanks!
Logan