We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa9d54 commit 2ce48f1Copy full SHA for 2ce48f1
1 file changed
zip/plugins/puiButtonCustPackage.js
@@ -111,9 +111,9 @@ class puiButtonCustPackage extends puiButton {
111
}
112
113
114
- _preparePackage(items) {
+ async _preparePackage(items) {
115
const TI = this;
116
- const jszip = _Storage.getKey(STO_DATA)?.storageO;
+ const jszip = await _Storage.getKey(STO_DATA)?.getCopyForChanges();
117
118
if (!jszip || typeof jszip === "string") {
119
const contentPane = $(TI.cfgIDCONTENT);
0 commit comments