Skip to content

Commit

Permalink
Merge pull request #166 from cliengme/fix/postmessage-error
Browse files Browse the repository at this point in the history
fix: Coudinary.UploadWidget postMessage issue (fixes #165)
  • Loading branch information
Baroshem authored Dec 11, 2023
2 parents b0a808e + 99a39a5 commit c2c4f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/CldUploadWidget.vue
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ function invokeInstanceMethod(method: string) {
}
if ( typeof widget?.value[method] === 'function' ) {
widget.value[method](widget.value);
widget.value[method]();
}
}
Expand Down

0 comments on commit c2c4f64

Please sign in to comment.