Merge pull request #1473 from Tako88/plotconfig_fix

fix selected plot config overwritten by new or duplicate
This commit is contained in:
Matthias 2023-09-16 08:13:56 +02:00 committed by GitHub
commit ce23880459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -357,6 +357,7 @@ watch(
() => {
selIndicatorName.value = '';
// selSubPlot.value = '';
plotConfigNameLoc.value = plotStore.plotConfigName;
},
);