mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-07 23:49:07 +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();
|
||||
selectionManager._update();
|
||||
} else if (data.type = "showMarketplace") {
|
||||
} else if (data.type == "showMarketplace") {
|
||||
if (marketplaceWindow.url != data.url) {
|
||||
marketplaceWindow.setURL(data.url);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue