fix(ui): lower repack debounce

50ms is very noticable and one can see groups overlapping each other, 10ms is nicer
This commit is contained in:
Łukasz Mierzwa
2019-04-26 12:01:54 +01:00
parent ad22c6df27
commit ed21ee6149

View File

@@ -86,7 +86,7 @@ const AlertGrid = observer(
this.masonryComponentReference.ref.forcePack();
}
}),
50
10
);
// how many alert groups to render