Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 534 Bytes

File metadata and controls

1 lines (1 loc) · 534 Bytes
  • Debug bar: the minimized "Debug" restore button now renders after clicking the X. The #wdb-minimized button was nested inside the #wheels-debugbar container that wdbMinimize() hides with display:none, so it could never appear and the bar stayed gone for the whole browser session (manual sessionStorage cleanup 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).