We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66779f commit cf9f938Copy full SHA for cf9f938
src/index.ts
@@ -325,7 +325,7 @@ export default class CodeTool implements BlockTool {
325
}
326
327
/**
328
- * Handles pasted HTML content
+ * Extracts the code content from the pasted element's innerHTML and populates the tool's data.
329
* @param element - pasted HTML element
330
*/
331
private handleHTMLPaste(element: HTMLElement): void {
0 commit comments