Thanks for recording the error & trace. It would have been impossible without that.
This is indeed quite difficult to reproduce and requires a specific sequence of events that I was not able to duplicate.
However, I believe I have fixed the issue and that fix will be in the next release.
(For posterity, it needs a pushed EDIT update from an app that has been opened but is not currently active, then you need to switch back to that app.)
i was able to get it to work with commenting line from the code which is shown in the picture. Hopefully i didnt brake anything else
You won’t lose any data, but you’re missing out on the latest changes from the server. You’ll want to just return or you will get other errors:
if (!this.div.is(':visible')) // run refresh, once we become visible again
{
return;// this._queue_refresh(_row_ids, _type);
}
Thanks,
Nathan