Skip to content

Commit

Permalink
Update SCEditor.js
Browse files Browse the repository at this point in the history
  • Loading branch information
w8tcha committed Dec 28, 2024
1 parent f75a9cb commit 5fae040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/SCEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,7 @@ export default function SCEditor(original, userOptions) {
handlePasteEvt = function (e) {
var editable = wysiwygBody;
const clipboard = e.clipboardData;

// Modern browsers with clipboard API - everything other than _very_
// old android web views and UC browser which doesn't support the
// paste event at all.
Expand Down

0 comments on commit 5fae040

Please sign in to comment.