@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
|
@@ -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) {
|