Skip to content

Commit 315f24e

Browse files
committed
only respect 'printing' query param if 'compareToPrinting' is specified
1 parent c130b38 commit 315f24e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/param-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export class ParamService {
114114
this.currentLocale.set('en-US');
115115
}
116116

117-
if (!this.currentPrinting()) {
117+
if (!this.compareToPrinting()) {
118118
this.currentPrinting.set(this.allPrintings()[0]);
119119
}
120120

0 commit comments

Comments
 (0)