mirror of
https://github.com/prymitive/karma
synced 2026-05-11 03:46:48 +00:00
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:
@@ -86,7 +86,7 @@ const AlertGrid = observer(
|
||||
this.masonryComponentReference.ref.forcePack();
|
||||
}
|
||||
}),
|
||||
50
|
||||
10
|
||||
);
|
||||
|
||||
// how many alert groups to render
|
||||
|
||||
Reference in New Issue
Block a user