Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 98ac3dd

Browse files
committed
Explicitly set initialisation state.
1 parent da8b1ff commit 98ac3dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/views/elements/AppTile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ export default React.createClass({
128128
* Component initialisation is only complete when this function has resolved
129129
*/
130130
setScalarToken() {
131+
this.setState({initialising: true});
132+
131133
if (!this.isScalarUrl(this.props.url)) {
132134
console.warn('Non-scalar widget, not setting scalar token!', url);
133135
this.setState({

0 commit comments

Comments
 (0)