Skip to content

Commit

Permalink
Fixed Flow status.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersirka committed Sep 17, 2024
1 parent b0f35df commit dc82b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flow-flowstream.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit dc82b20

Please sign in to comment.