Various small fixes

This commit is contained in:
Pieter Vander Vennet 2020-08-07 20:50:46 +02:00
parent b8f912e00f
commit e35c85fc55
12 changed files with 26 additions and 49 deletions

View file

@ -178,7 +178,7 @@ export class SimpleAddUI extends UIElement {
}
return header.Render() + html;
return header.Render() + new Combine([html], "add-popup-all-buttons").Render();
}