diff --git a/plugins/Print.jsx b/plugins/Print.jsx index 821dff6bc..a09fc6416 100644 --- a/plugins/Print.jsx +++ b/plugins/Print.jsx @@ -330,7 +330,7 @@ class Print extends React.Component { ) : null} - {this.state.layout.atlasCoverageLayer ? ( + {this.state.layout.atlasCoverageLayer && !this.state.printSeriesEnabled ? ( {LocaleUtils.tr("print.atlasfeature")} @@ -399,7 +399,7 @@ class Print extends React.Component { {LocaleUtils.tr("print.series")} - this.setState({printSeriesEnabled: newstate})} /> + this.setState({printSeriesEnabled: newstate, atlasFeatures: []})} /> ) : null}