Skip to content

Commit

Permalink
chore: add deprecation tag
Browse files Browse the repository at this point in the history
  • Loading branch information
BeksOmega committed Aug 11, 2023
1 parent d323993 commit 454a617
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/workspace_svg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1291,6 +1291,8 @@ export class WorkspaceSvg extends Workspace implements IASTNodeLocationSvg {
*
* @param state The representation of the thing to paste.
* @returns The pasted thing, or null if the paste was not successful.
* @deprecated v11. Use `Blockly.clipboard.paste` instead. To be removed in
* v12.
*/
paste(
state: AnyDuringMigration | Element | DocumentFragment,
Expand Down

0 comments on commit 454a617

Please sign in to comment.