Merge pull request #988 from prymitive/fix-resize

fix(ui): reset grid size on settings change
This commit is contained in:
Łukasz Mierzwa
2019-10-02 21:54:51 +01:00
committed by GitHub

View File

@@ -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}