Skip to content
Snippets Groups Projects
Commit 2961997d authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[ivette] fix scrolling to current marker

parent 0c9de4f1
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ const RenderTable = () => { ...@@ -49,7 +49,7 @@ const RenderTable = () => {
<Table model={model} <Table model={model}
selection={selection} selection={selection}
onSelection={onSelection} onSelection={onSelection}
scrollTo={selection} scrollToItem={selection}
> >
<ColumnCode id='function' label='Function' width={120} /> <ColumnCode id='function' label='Function' width={120} />
<ColumnCode id='descr' label='Description' fill /> <ColumnCode id='descr' label='Description' fill />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment