Fix broken advanced property uiStyles

Related commit:
- e3a6d8465f
This commit is contained in:
Raymond Hill 2020-10-17 12:05:03 -04:00
parent 32b08dc732
commit 6a10319f21
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -105,7 +105,7 @@ DOMListFactory.nodeFromSelector = function(selector) {
}
}
if ( response.uiStyles !== 'unset' ) {
document.body.style.cssText = response;
document.body.style.cssText = response.uiStyles;
}
});