Skip to content

Commit cf9f938

Browse files
committed
chore(handleHTMLPaste): improve JSDoc
1 parent f66779f commit cf9f938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ export default class CodeTool implements BlockTool {
325325
}
326326

327327
/**
328-
* Handles pasted HTML content
328+
* Extracts the code content from the pasted element's innerHTML and populates the tool's data.
329329
* @param element - pasted HTML element
330330
*/
331331
private handleHTMLPaste(element: HTMLElement): void {

0 commit comments

Comments
 (0)