@aaqu/fromcubes-portal-react 0.1.0-alpha.4 → 0.1.0-alpha.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.
@@ -597,7 +597,7 @@ window.__NR={
597
597
  this._ws=ws;
598
598
  const s=document.getElementById('__cs');
599
599
  ws.onopen=()=>{
600
- if(this._wasConnected){location.reload();return;}
600
+ if(this._wasConnected){s.textContent='connected';s.className='ok';this._retries=0;return;}
601
601
  s.textContent='connected';s.className='ok';this._retries=0;this._wasConnected=true;
602
602
  };
603
603
  ws.onmessage=(e)=>{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aaqu/fromcubes-portal-react",
3
- "version": "0.1.0-alpha.4",
3
+ "version": "0.1.0-alpha.5",
4
4
  "description": "Fromcubes Portal - React for Node-RED with Tailwind CSS and auto complete",
5
5
  "keywords": [
6
6
  "node-red",