Bug 1629109 - Change the popup to 'custom' when changing it in about:profiling r=gregtatum

Differential Revision: https://phabricator.services.mozilla.com/D72682
This commit is contained in:
Julien Wajsberg 2020-04-29 15:32:19 +00:00
Родитель 5a57f750eb
Коммит 8a64dfa089
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -121,6 +121,7 @@ function createViewControllers(state, elements) {
} else {
elements.presetDescription.style.display = "none";
elements.presetCustom.style.display = "block";
elements.presetsMenuList.value = "custom";
}
const { PanelMultiView } = lazy.PanelMultiView();
// Update the description height sizing.