- Debug bar: the minimized "Debug" restore button now renders after clicking the X. The
#wdb-minimizedbutton was nested inside the#wheels-debugbarcontainer thatwdbMinimize()hides withdisplay:none, so it could never appear and the bar stayed gone for the whole browser session (manualsessionStoragecleanup was the only recovery). It is now a sibling of the container, so minimizing shows the restore button bottom-right and clicking it brings the bar back (#3345).