This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
stefan.stamenovic
/
PDFEngine
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Feature / Added rollback after print
master
Safet Purkovic
4 years ago
parent
e8f82605f9
commit
19d7a307d3
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
5
0
src/core.js
+ 5
- 0
src/core.js
View File
@@ -44,6 +44,11 @@ function core(){
// print
// prepare print (optioning)
// print
window.print();
for(let i = 0; i < transforms.length; i++){
const transform = transforms[i];
transform.rolback();
}
}
Write
Preview
Loading…
Cancel
Save