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
{{ message }}
This repository was archived by the owner on Apr 18, 2024. It is now read-only.
* [fix] don't show null as label value
* [fix] showLabels=false takes precedence
* [fix] always show labels in NER until !showLabels
previously NER labels were always shown despite the settings;
but with showLabels=false labels depend on settings,
so that was not `false` actually.
* [fix] regions with and without label same height
* [fix] showLabels unset by default; fix conditions
very important thing: `label` is an array
* [fix] settings couldn't affect explicit showLabels
* [fix] ctrl+z with text regions' labels
* comments about weird label type: array|string|null
* [fix] copy .htx-no-label class from global.scss
* [fix] add .htx-no-label to the generated styles
* [fix] toggle labels also in every iframe
Co-authored-by: niklub <[email protected]>
Co-authored-by: Nick Skriabin <[email protected]>
0 commit comments