Ailiang Xu
Results
1
comments of
Ailiang Xu
``` const entity = Entity.get(props.block.getEntityAt(0)); const { src } = entity.getData(); const type = entity.getType().toLowerCase(); let media; if (type === 'audio') { media = ; } else if (type ===...