Closed tresf closed 8 years ago
When using printToFile(), the software gets stuck and never switches back to using a printer.
printToFile()
Nearly identical in nature to #33 via https://github.com/qzind/qz-print/commit/d7259bb0f369f47b0172a653586c812e8a805c46.
After a successful print, outputPath needs to be set to null.
outputPath
null
Related: https://github.com/qzind/qz-print/commit/af4269669e9b9965c41b0cdda6e26a67c409e443
When using
printToFile()
, the software gets stuck and never switches back to using a printer.Nearly identical in nature to #33 via https://github.com/qzind/qz-print/commit/d7259bb0f369f47b0172a653586c812e8a805c46.
After a successful print,
outputPath
needs to be set tonull
.