microsoft / pxt

Microsoft MakeCode (PXT - Programming eXperience Toolkit)
https://makecode.com
MIT License
2.1k stars 588 forks source link

Hide Redundant Undo/Redo and Zoom Controls in Python #10240

Closed thsparks closed 1 month ago

thsparks commented 1 month ago

Fixes https://github.com/microsoft/pxt-minecraft/issues/2602

These started appearing as a side-effect of my changes to hide the toolbox (https://github.com/microsoft/pxt/commit/9e6dd9e5e5ac372d6a043265dc79af48c0850e55), since it's no longer in flyoutOnly mode. Add extra check for hideToolbox as well.