Stay organized with collections
Save and categorize content based on your preferences.
blockly > dragging > CommentDragStrategy > endDrag
Signature:
endDrag(): void;
Returns:
void
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eThis method is part of Blockly's dragging namespace and specifically deals with the CommentDragStrategy class, handling the end of a drag operation for comments.\u003c/p\u003e\n"],["\u003cp\u003eWhen called, \u003ccode\u003eendDrag()\u003c/code\u003e finalizes the dragging process of a Blockly comment, typically by positioning it at its new location and updating the workspace.\u003c/p\u003e\n"],["\u003cp\u003eThe function does not return any value (void) and is primarily concerned with the side effects of concluding the drag action.\u003c/p\u003e\n"]]],[],null,["[blockly](./blockly.md) \\\u003e [dragging](./blockly.dragging_namespace.md) \\\u003e [CommentDragStrategy](./blockly.dragging_namespace.commentdragstrategy_class.md) \\\u003e [endDrag](./blockly.dragging_namespace.commentdragstrategy_class.enddrag_1_method.md)\n\ndragging.CommentDragStrategy.endDrag() method\n---------------------------------------------\n\n**Signature:** \n\n endDrag(): void;\n\n**Returns:**\n\nvoid"]]