mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-07 23:38:19 +02:00
Fix marketplace showing for all edit properties buttons
This commit is contained in:
parent
6925de468a
commit
28e2e65da9
1 changed files with 1 additions and 1 deletions
|
@ -1162,7 +1162,7 @@ PropertiesTool = function(opts) {
|
||||||
}
|
}
|
||||||
pushCommandForSelections();
|
pushCommandForSelections();
|
||||||
selectionManager._update();
|
selectionManager._update();
|
||||||
} else if (data.type = "showMarketplace") {
|
} else if (data.type == "showMarketplace") {
|
||||||
if (marketplaceWindow.url != data.url) {
|
if (marketplaceWindow.url != data.url) {
|
||||||
marketplaceWindow.setURL(data.url);
|
marketplaceWindow.setURL(data.url);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue