Skip to content

Commit

Permalink
Merge pull request #18 from eea/develop
Browse files Browse the repository at this point in the history
Refs #257521 - Restore style for simple labels with tooltip.
  • Loading branch information
GhitaB authored Sep 18, 2023
2 parents 3a54cc4 + ddf5de8 commit fc49ea7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### [0.5.4](https://github.com/eea/volto-slate-label/compare/0.5.3...0.5.4) - 18 September 2023

#### :hammer_and_wrench: Others

- Refs #257521 - Restore style for simple labels with tooltip. [GhitaB - [`d4a39b5`](https://github.com/eea/volto-slate-label/commit/d4a39b5e22c13e221165a7e14bf98b40f6a26e50)]
### [0.5.3](https://github.com/eea/volto-slate-label/compare/0.5.2...0.5.3) - 15 September 2023

#### :house: Internal changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eeacms/volto-slate-label",
"version": "0.5.3",
"version": "0.5.4",
"description": "@eeacms/volto-slate-label: Volto add-on",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down
2 changes: 1 addition & 1 deletion src/editor/LabelWrapper.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const LabelWrapper = (props) => {
open={data.always_show || undefined}
on={!data.always_show ? 'click' : undefined}
trigger={
label_type ? (
label_type !== undefined && label_type !== 'simple' ? (
<label
className={cx(label_type, label_pointing, 'with-popup ui label')}
>
Expand Down

0 comments on commit fc49ea7

Please sign in to comment.