Skip to content

Commit

Permalink
Jump to attached files and resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
obuchtala committed Apr 23, 2020
1 parent d08536e commit a940c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SmartFigureEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
}
Expand Down

0 comments on commit a940c0f

Please sign in to comment.