Skip to content

Commit ebb6187

Browse files
committed
update comment
1 parent 0c0fa03 commit ebb6187

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/grid/src/key-handlers/PasteKeyHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class PasteKeyHandler extends KeyHandler {
125125
let plainText = '';
126126

127127
// Capture text/plain from the clipboard during the paste event.
128-
// This is used as a fallback if HTML parsing fails, for cases like pasting from Excel
128+
// HTML element parsing is used as a fallback if text/plain is unavailable.
129129
const pasteListener = (e: Event): void => {
130130
const clipboardEvent = e as ClipboardEvent;
131131
plainText =

0 commit comments

Comments
 (0)