Skip to content

Commit

Permalink
Backport #5130
Browse files Browse the repository at this point in the history
  • Loading branch information
nboisteault committed Dec 16, 2024
1 parent 2f98371 commit 91b4782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/src/components/Print.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default class Print extends HTMLElement {
mainLizmap.map.getView().on('change:resolution', this._onChangeResolution);

render(this._template(), this);
} else if (e.navElements.includes('print nav-minidock active')) { // Remove print overlay when clicking on another minidock
} else {
mainLizmap.map.removeToolLayer(this._maskLayer);
mainLizmap.map.getView().un('change:resolution', this._onChangeResolution);
}
Expand Down

0 comments on commit 91b4782

Please sign in to comment.