Skip to content

Commit 96d84e5

Browse files
authored
Merge branch 'master' into dev/riknoll/arcade-allow-description-deletion
2 parents 09b08f2 + 8678494 commit 96d84e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pxtlib/tilemap.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1589,6 +1589,7 @@ namespace pxt {
15891589
}
15901590
if (entry.tilemapTile) {
15911591
tags.push("tile");
1592+
tags.push("category-" + namespaceName)
15921593
}
15931594
}
15941595

0 commit comments

Comments
 (0)