Fix ooui downloadImage callback

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2024-11-08 15:51:57 -07:00
parent 1a225126ec
commit 2e03cac221
3 changed files with 38 additions and 13 deletions

View File

@@ -99,7 +99,7 @@ class GlModelTransformOutput extends MediaTransformOutput {
} else {
$annotations = $metadata['annotations'];
}
foreach($annotations as $label => $an) {
foreach($annotations as $label => $an) {
$elAnnot = Html::rawElement('div',['class' => 'HotspotAnnotation HiddenAnnotation'],$label);
$hsDefault = array(
'class' => 'Hotspot awaiting-model',