fix(ui): reset grid size on settings change

This commit is contained in:
Łukasz Mierzwa
2019-10-02 21:15:23 +01:00
parent ccf85b699b
commit ff7d83c211

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}