fix: Vollbildmodus bei Datum- oder Datumsbereichsänderung beibehalten im Kabelüberwachungs-Chart
- setFullScreen(false) aus handleFetchData und loadLoopChartData entfernt - Nutzer bleibt nach Datumsauswahl im gewünschten Vollbildmodus
This commit is contained in:
@@ -51,7 +51,6 @@ export const useLoopChartLoader = () => {
|
|||||||
dispatch(setLoading(true));
|
dispatch(setLoading(true));
|
||||||
dispatch(setChartOpen(false));
|
dispatch(setChartOpen(false));
|
||||||
dispatch(setLoopMeasurementCurveChartData([]));
|
dispatch(setLoopMeasurementCurveChartData([]));
|
||||||
dispatch(setFullScreen(false));
|
|
||||||
|
|
||||||
const startTime = Date.now();
|
const startTime = Date.now();
|
||||||
const MIN_LOADING_TIME_MS = 1000;
|
const MIN_LOADING_TIME_MS = 1000;
|
||||||
@@ -139,7 +138,6 @@ const LoopChartActionBar: React.FC = () => {
|
|||||||
dispatch(setLoading(true));
|
dispatch(setLoading(true));
|
||||||
dispatch(setChartOpen(false));
|
dispatch(setChartOpen(false));
|
||||||
dispatch(setLoopMeasurementCurveChartData([]));
|
dispatch(setLoopMeasurementCurveChartData([]));
|
||||||
dispatch(setFullScreen(false));
|
|
||||||
|
|
||||||
const MIN_LOADING_TIME_MS = 1000;
|
const MIN_LOADING_TIME_MS = 1000;
|
||||||
const startTime = Date.now();
|
const startTime = Date.now();
|
||||||
|
|||||||
@@ -6,5 +6,5 @@
|
|||||||
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
|
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
|
||||||
|
|
||||||
*/
|
*/
|
||||||
const webVersion = "1.6.309";
|
const webVersion = "1.6.310";
|
||||||
export default webVersion;
|
export default webVersion;
|
||||||
|
|||||||
Reference in New Issue
Block a user