You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Annotation Tool Modes example to change the style using configuration. My intention is to hide the TextBox. I tried to use textBoxVisibility: false& textBoxVisibility: '0'. But nothing works and it still displays the TextBox.
Describe the Bug
I'm using Annotation Tool Modes example to change the style using configuration. My intention is to hide the TextBox. I tried to use
textBoxVisibility: false
&textBoxVisibility: '0'
. But nothing works and it still displays the TextBox.Following is my code
Steps to Reproduce
Just add the code in
Annotation Tool Modes
example code.The current behavior
The expected behavior
The
textBox
should not be visible.OS
Ubuntu 22.04.2 LTS
Node version
v19.4.0
Browser
Chrome
The text was updated successfully, but these errors were encountered: