Skip to content
Snippets Groups Projects
Commit 90ff3924 authored by Miłosz Grocholewski's avatar Miłosz Grocholewski
Browse files

Merge branch 'feat/MIN-90-image-does-not-appear' into 'development'

feat(layer-image): refresh glyph feature after adding image

Closes MIN-90

See merge request !369
parents 8f842b0f eae42a40
No related branches found
No related tags found
1 merge request!369feat(layer-image): refresh glyph feature after adding image
Pipeline #100348 passed
......@@ -249,6 +249,7 @@ export default class Glyph {
}),
zIndex: this.zIndex,
});
this.feature.changed();
};
img.src = `${BASE_NEW_API_URL}${apiPath.getGlyphImage(this.glyphId)}`;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment