Chore: Update Slate to 0.47.8 (#19197)

* Chore: Update Slate to 0.47.8
Closes #17430
This commit is contained in:
kay delaney
2019-09-23 12:26:05 +01:00
committed by GitHub
parent 918cb78092
commit 68d6da77da
56 changed files with 1760 additions and 1412 deletions

View File

@@ -48,10 +48,10 @@ export class GeneralTab extends PureComponent<Props> {
}
}
onDataLinksChanged = (links: DataLink[]) => {
onDataLinksChanged = (links: DataLink[], callback?: () => void) => {
this.props.panel.links = links;
this.props.panel.render();
this.forceUpdate();
this.forceUpdate(callback);
};
render() {