|
|
@@ -89,7 +89,8 @@ export class PrintManager {
|
|
|
private createAdapter(): IPrintAdapter {
|
|
|
switch (this.platform) {
|
|
|
case PlatformType.Electron:
|
|
|
- return new ElectronPrintAdapter();
|
|
|
+ // return new ElectronPrintAdapter();
|
|
|
+ return new BrowserPrintAdapter();
|
|
|
|
|
|
case PlatformType.Android:
|
|
|
return new AndroidPrintAdapter();
|