This turns out to be a bug with our resize code inside `devtools/client/shared/components/splitter/SplitBox.js`. When we hit `minWidth` we need to for drag release.
Bug 1472200 Comment 1 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
This turns out to be a bug with our resize code inside `devtools/client/shared/components/splitter/SplitBox.js`. When we hit `minWidth` we need to force drag release.
This turns out to be a bug with our resize code inside `devtools/client/shared/components/splitter/SplitBox.js`. When we hit `minWidth` we need to take minWidth into account.