Fix: Reset Landscape mode in HMD

Fix: Reset Landscape mode in HMD

In HMD, clicking on the button "Open this Domain's Asset server" is reverting the tablet to "portrait" mode
This fix forces the mode to return to Landscape if from the Asset server we click on the "Properties" tab.
This commit is contained in:
Alezia Kurdis 2020-09-27 15:22:00 -04:00 committed by GitHub
parent d72f707862
commit 6ecbbd258b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2339,6 +2339,10 @@ var PropertiesTool = function (opts) {
};
function updateSelections(selectionUpdated, caller) {
if (HMD.active){
webView.setLandscape(true);
}
if (blockPropertyUpdates) {
return;
}