mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
feat: make comment a draggable (#7976)
* feat: add drag strategy * chore: use draggable
This commit is contained in:
@@ -32,7 +32,7 @@ export class WorkspaceComment {
|
||||
private deletable = true;
|
||||
|
||||
/** The location of the comment in workspace coordinates. */
|
||||
private location = new Coordinate(0, 0);
|
||||
protected location = new Coordinate(0, 0);
|
||||
|
||||
/** Whether this comment has been disposed or not. */
|
||||
protected disposed = false;
|
||||
|
||||
Reference in New Issue
Block a user