From dc82b2081725ec83eae0c8e9aea216d1e7a9b0e4 Mon Sep 17 00:00:00 2001 From: petersirka Date: Tue, 17 Sep 2024 12:37:04 +0200 Subject: [PATCH] Fixed Flow status. --- flow-flowstream.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flow-flowstream.js b/flow-flowstream.js index 206e725..4326940 100644 --- a/flow-flowstream.js +++ b/flow-flowstream.js @@ -2666,7 +2666,7 @@ function MAKEFLOWSTREAM(meta) { if (!instance.$statusdelay) instance.$statusdelay = setTimeout(sendstatusforce, delay || 1000, instance); } else - sendstatusforce(); + sendstatusforce(instance); }; // component.dashboard() will execute this method diff --git a/package.json b/package.json index 2527718..3ea24a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "total5", - "version": "0.0.6-5", + "version": "0.0.6-6", "description": "Total.js framework v5", "main": "index.js", "directories": {