allow users to delete project descriptions#11113
Merged
Conversation
abchatra
approved these changes
Feb 13, 2026
riknoll
added a commit
that referenced
this pull request
Feb 18, 2026
riknoll
added a commit
that referenced
this pull request
Feb 18, 2026
* put imported tiles into a custom tilemap gallery (#11112) * allow users to delete project descriptions (#11113) * fix font for animation icon in animation field editor (#11114) * copilot generated: add media queries for print view (#11110) * fix tile gallery not showing up when editing tile (#11115) * prevent debugger toolbox from scrolling horizontally (#11120) * Fix blockly dropdown scroll and media not being copied properly (#11119) * add scroll to blockly dropdown content * fix piping of blockly media files * keep the error list collapsed if collapsed by user (#11121) * add monkey patch workaround for blockly focus issue when deleting block (#11122) * bring back the old mixer play instructions (#11123) * fix missing gallery, don't import gallery tiles into my tiles, fix null listener (#11125) --------- Co-authored-by: Sarah Rietkerk <49178322+srietkerk@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes microsoft/pxt-arcade#7456
just a classic case of checking for falseness instead of for undefined