Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jwklong committed Nov 24, 2024
1 parent cebdc3f commit dc5cf58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/jwTargets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class TargetType {
toReporterContent() {
try {
let target = vm.runtime.getTargetById(this.targetId)
let name = target.name
let name = target.sprite.name
let isClone = !target.isOriginal
let costumeURI = target.getCostumes()[target.currentCostume].asset.encodeDataURI()

Expand Down

0 comments on commit dc5cf58

Please sign in to comment.