diff --git a/modules/skybrowser/skybrowsermodule.cpp b/modules/skybrowser/skybrowsermodule.cpp index 7983c9179f..dc5e1dd04b 100644 --- a/modules/skybrowser/skybrowsermodule.cpp +++ b/modules/skybrowser/skybrowsermodule.cpp @@ -376,7 +376,7 @@ TargetBrowserPair* SkyBrowserModule::getPair(const std::string& id) { bool foundBrowser = pair->browserId() == id; bool foundTarget = pair->targetRenderableId() == id; bool foundTargetNode = pair->targetNodeId() == id; - return foundBrowser || foundTarget; + return foundBrowser || foundTarget || foundTargetNode; } ); if (it == std::end(_targetsBrowsers)) {