[Solved] Debug sidebar clearing at random times

Most of the time I do filter the flows to 'current tab' The MQTT messages all come on one tab and then are sent to other tabs to 'do their thing'. For instance, if a MQTT msg comes in from device1 with a temperature reading, it is sent to the 'Atmospheric' tab to check the range and then sent onto the 'Database' tab which sends it to Influx. Pressure and humidity are also sent to that tab while power readings - solar power, battery voltage - are sent to another tab for massaging before being sent to the database tab. For most of the devices, the readings come in at 10 minute intervals.