mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-22 02:41:23 +01:00
display ... for loading
This commit is contained in:
parent
bc96a1bbed
commit
7a1166b2fa
@ -178,7 +178,8 @@ class SimpleBlobRenderer extends React.Component<{lcm : LineContainerModel, line
|
||||
let {plugin} = this.props;
|
||||
let model = this.model;
|
||||
if (model.loading.get()) {
|
||||
return (<div style={{height: this.model.savedHeight}}>...</div>);
|
||||
let height = this.model.savedHeight;
|
||||
return (<div style={{minHeight: height}}>...</div>);
|
||||
}
|
||||
let Comp = plugin.component;
|
||||
let dataBlob = new Blob([model.ptyData.data]);
|
||||
|
Loading…
Reference in New Issue
Block a user