Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into dev
  • Loading branch information
edsilv committed Jan 24, 2024
2 parents b96fa78 + 58793bb commit 5716ed4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export class MediaElementCenterPanel extends CenterPanel<
canvas.getRenderings().forEach((rendering: Rendering) => {
if (this.isTypeMedia(rendering)) {
sources.push({
label: rendering.getLabel().getValue() ?? rendering.getFormat().toString(),
type: rendering.getFormat().toString(),
src: rendering.id,
});
Expand Down

1 comment on commit 5716ed4

@vercel
Copy link

@vercel vercel bot commented on 5716ed4 Jan 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.