fix error when custom background url is empty

This commit is contained in:
Wille Marcel
2020-10-30 08:26:14 -03:00
parent 047f2ef555
commit a77dbe9f83

View File

@@ -266,7 +266,7 @@ export function uiSectionBackgroundList(context) {
function editCustom(d3_event) {
d3_event.preventDefault();
if (d3_event !== undefined) d3_event.preventDefault();
context.container()
.call(_settingsCustomBackground);
}