This repository has been archived by the owner on Apr 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
showLabels
param and related settings (#360)
* [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]>
- Loading branch information
1 parent
0acf05c
commit 486d53d
Showing
5 changed files
with
46 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters