diff --git a/src/components/SmartFigureEditor.js b/src/components/SmartFigureEditor.js index 648f27c..44108b0 100644 --- a/src/components/SmartFigureEditor.js +++ b/src/components/SmartFigureEditor.js @@ -267,8 +267,8 @@ export default class SmartFigureEditor extends AbstractEditor { // nothing } } else if (sel.customType === 'value') { - // TODO: maybe jump to ref'd item? - // this.api.selectItem(sel.data.valueId) + // jumping to the selected item + this.api.selectItem(sel.data.valueId) } } }