Skip to content

Commit

Permalink
Added missing end period
Browse files Browse the repository at this point in the history
Co-authored-by: Mukesh Panchal <[email protected]>
  • Loading branch information
gauravsingh777 and mukeshpanchal27 committed Jun 26, 2024
1 parent 7eb24c1 commit 740cbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/_enqueues/lib/image-edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@
// Whether the executed action was `scale` or `restore`, the response does have a message.
if ( response && response.data.message.msg ) {
if( 'restore' === action && response.data.message.orig_size) {
// Reset the original size for this object on restore
// Reset the original size for this object on restore.
t.hold.ow = response.data.message.orig_size.width;
t.hold.oh = response.data.message.orig_size.height;
}
Expand Down

0 comments on commit 740cbc6

Please sign in to comment.