Skip to content

Commit 132d927

Browse files
Merge branch 'refactorPasteCode1' of https://github.com/microsoft/roosterjs into refactorPasteCode1
2 parents babf306 + 5c418e8 commit 132d927

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/roosterjs-content-model-plugins/lib/paste/WordDesktop/processPastedContentFromWordDesktop.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ import type { DomToModelOption, ElementProcessor } from 'roosterjs-content-model
1313

1414
/**
1515
* @internal
16-
* Handles Pasted content when source is Word Desktop
17-
* @param ev BeforePasteEvent
16+
* Handles pasted content when the source is Word Desktop.
17+
* @param domToModelOption Options for DOM to Content Model conversion
18+
* @param htmlString The HTML string to process
1819
*/
1920
export function processPastedContentFromWordDesktop(
2021
domToModelOption: DomToModelOption,

0 commit comments

Comments
 (0)