diff --git a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx index 7431fa4..614896c 100644 --- a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx +++ b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopChartActionBar.tsx @@ -51,7 +51,6 @@ export const useLoopChartLoader = () => { dispatch(setLoading(true)); dispatch(setChartOpen(false)); dispatch(setLoopMeasurementCurveChartData([])); - dispatch(setFullScreen(false)); const startTime = Date.now(); const MIN_LOADING_TIME_MS = 1000; @@ -139,7 +138,6 @@ const LoopChartActionBar: React.FC = () => { dispatch(setLoading(true)); dispatch(setChartOpen(false)); dispatch(setLoopMeasurementCurveChartData([])); - dispatch(setFullScreen(false)); const MIN_LOADING_TIME_MS = 1000; const startTime = Date.now(); diff --git a/config/webVersion.ts b/config/webVersion.ts index 4b857fb..27080bc 100644 --- a/config/webVersion.ts +++ b/config/webVersion.ts @@ -6,5 +6,5 @@ 2: Patch oder Hotfix (Bugfixes oder kleine Änderungen). */ -const webVersion = "1.6.309"; +const webVersion = "1.6.310"; export default webVersion;