From ed21ee6149b5d162a1003a8db42c82ee04953ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Fri, 26 Apr 2019 12:01:54 +0100 Subject: [PATCH] fix(ui): lower repack debounce 50ms is very noticable and one can see groups overlapping each other, 10ms is nicer --- ui/src/Components/Grid/AlertGrid/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/Components/Grid/AlertGrid/index.js b/ui/src/Components/Grid/AlertGrid/index.js index 28c1a62d4..ea15856fa 100644 --- a/ui/src/Components/Grid/AlertGrid/index.js +++ b/ui/src/Components/Grid/AlertGrid/index.js @@ -86,7 +86,7 @@ const AlertGrid = observer( this.masonryComponentReference.ref.forcePack(); } }), - 50 + 10 ); // how many alert groups to render