Question, Is it possible to hide the line when selecting an annotation?

WebViewer Version: 10.3.0

Do you have an issue with a specific file(s)?
No.
Can you reproduce using one of our samples or online demos?
No.
Are you using the WebViewer server?
No.
Does the issue only happen on certain browsers?
No.
Is your issue related to a front-end framework?
No.
Is your issue related to annotations?
No.

Please give a brief summary of your issue:
(Think of this as an email subject)

Question, Is it possible to hide the line when selecting an annotation?

Please describe your issue and provide steps to reproduce it:
(The more descriptive your answer, the faster we are able to help you)
Hello,

Is it possible to hide the line when selecting an annotation?

Our system makes it readonly under certain conditions and hides comment notes.
Comment notes can be hidden from Javascript.
However, I cannot hide this blue line.

Please let me know if there is any way.

Best Regards.

Please provide a link to a minimal sample where the issue is reproducible:

1 Like

Hello,

Thank you for reaching out to us about WebViewer. For hiding the blue line you can do something like the following

instance.UI.disableElements(['annotationNoteConnectorLine']);

Please let me know if that works for you or if you have any related questions

Best Regards,
Andrew Yip
Web Developer
Apryse

2 Likes

Hello,

Thank you for reply.
I understand.

Best Regards.

1 Like