mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
Merge pull request #988 from prymitive/fix-resize
fix(ui): reset grid size on settings change
This commit is contained in:
@@ -149,6 +149,7 @@ const AlertGrid = observer(
|
||||
onResize={debounce(this.handleResize, 100)}
|
||||
/>
|
||||
<MasonryInfiniteScroller
|
||||
key={settingsStore.gridConfig.config.groupWidth}
|
||||
ref={this.storeMasonryRef}
|
||||
position={false}
|
||||
pack={true}
|
||||
|
||||
Reference in New Issue
Block a user