diff --git a/Packages/ohif-measurements/client/components/measureFlow/selectTree/selectTree.js b/Packages/ohif-measurements/client/components/measureFlow/selectTree/selectTree.js index c24b328da..d2a8d6656 100644 --- a/Packages/ohif-measurements/client/components/measureFlow/selectTree/selectTree.js +++ b/Packages/ohif-measurements/client/components/measureFlow/selectTree/selectTree.js @@ -235,14 +235,14 @@ Template.selectTree.events({ storedData[itemKey] = 1; } - // Set the selected leaf value in the root component - const itemData = $target.data('component').templateInstance.data.itemData; - rootComponent.value(itemData); - // Updata the stored data with the new count OHIF.user.setData(storageKey, storedData); } + // Set the selected leaf value in the root component + const itemData = $target.data('component').templateInstance.data.itemData; + rootComponent.value(itemData); + // Mark the component as selected instance.setSelected(true); } else {