Browse Source

Feature / Added rollback after print

master
Safet Purkovic 4 years ago
parent
commit
19d7a307d3
1 changed files with 5 additions and 0 deletions
  1. 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();
}
}



Loading…
Cancel
Save