@processmaker/screen-builder 2.87.4 → 2.87.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@processmaker/screen-builder",
3
- "version": "2.87.4",
3
+ "version": "2.87.5",
4
4
  "scripts": {
5
5
  "dev": "VITE_COVERAGE=true vite",
6
6
  "build": "vite build",
@@ -519,6 +519,7 @@ export default {
519
519
  window.ProcessMaker.alert(`${this.$t('File Upload Error:')} ${displayMessage}`, 'danger');
520
520
  }
521
521
 
522
+ window.onbeforeunload = function() {};
522
523
  this.$emit('file-error', messages);
523
524
  },
524
525
  fileUploaded(rootFile, file, message) {