spreadsheetimporter / ui5-cc-spreadsheetimporter

A UI5 Component to integrate a Spreadsheet Upload for UI5 Apps.
https://spreadsheet-importer.com/
Apache License 2.0
75 stars 15 forks source link

fix: make `fireEventAsync` more stable #534

Closed marianfoo closed 3 months ago

marianfoo commented 3 months ago

In some instances event does not return any paramater. In this case, return object of fireEventAsync should return undefined. Otherwise it would fail.