Skip to content

Commit

Permalink
[se] Fix bug 50717 (#1985)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoshaZotov authored Jun 3, 2021
1 parent cb46bd9 commit 5348e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cell/model/clipboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -1539,7 +1539,7 @@
var aPastedImages = this._readExcelBinary(base64, tempWorkbook);

if (!isIntoShape && this._checkCutBefore(worksheet, tempWorkbook)) {
return;
return true;
}

var pasteData = null;
Expand Down

0 comments on commit 5348e1e

Please sign in to comment.