From 2961997dfcd2e25370d5fa2a8995dff0542d61b1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Loi=CC=88c=20Correnson?= <loic.correnson@cea.fr>
Date: Wed, 18 Mar 2020 16:22:51 +0100
Subject: [PATCH] [ivette] fix scrolling to current marker

---
 ivette/src/renderer/Properties.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivette/src/renderer/Properties.js b/ivette/src/renderer/Properties.js
index 5b5ce8c0dcc..3eb8dec2966 100644
--- a/ivette/src/renderer/Properties.js
+++ b/ivette/src/renderer/Properties.js
@@ -49,7 +49,7 @@ const RenderTable = () => {
       <Table model={model}
              selection={selection}
              onSelection={onSelection}
-             scrollTo={selection}
+             scrollToItem={selection}
              >
         <ColumnCode id='function' label='Function' width={120} />
         <ColumnCode id='descr' label='Description' fill />
-- 
GitLab