mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 16:33:33 +02:00
Merge pull request #4516 from huffman/fix-edit-buttons
Fix marketplace showing for all edit properties buttons
This commit is contained in:
commit
0cee3892ff
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