@electerm/electerm-react 1.80.3 → 1.80.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -52,10 +52,10 @@ export default class CssOverwrite extends Component {
52
52
 
53
53
  componentDidUpdate (prevProps) {
54
54
  if (!prevProps.wsInited && this.props.wsInited) {
55
- this.writeCss()
55
+ setTimeout(this.writeCss, 1500)
56
56
  return
57
57
  }
58
- this.updateCss()
58
+ setTimeout(this.updateCss, 1000)
59
59
  }
60
60
 
61
61
  // Common function to handle background image style creation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@electerm/electerm-react",
3
- "version": "1.80.3",
3
+ "version": "1.80.5",
4
4
  "description": "react components src for electerm",
5
5
  "main": "./client/components/main/main.jsx",
6
6
  "license": "MIT",