Skip to content

Commit

Permalink
Fix initial enablePrintPreview value
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasstein committed Feb 21, 2024
1 parent e0d7937 commit 05ce16f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export default class PrintingEnhancedWidgetFactory {
vm.visibleUiElements = { ...defaultVisibleUiElements, ...properties.visibleUiElements };
vm.dpiValues = properties.dpiValues;
vm.scaleValues = properties.scaleValues;
vm.enablePrintPreview = properties.enablePrintPreview;
// listen to view model methods
vm.$on('print', () => {
esriPrintWidget._handlePrintMap();
Expand Down

0 comments on commit 05ce16f

Please sign in to comment.