about edit tool
#7413
Replies: 1 comment
-
It sounds like tool fails to start. There could be a couple of reasons for that:
Also, if you could share any errors or warnings in the console, that might help us to narrow down the reason. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the edit tool(SampleMoveElementsTool) to try to move the element. On the desktop App, however, the mouse didn't change to the movable state after I clicked the button.
export class SampleMoveElementsTool extends TransformElementsTool {
public static override toolId = "SampleMoveElements";
public static override iconSpec = "icon-move";
protected calculateTransform(ev: BeButtonEvent): Transform | undefined {
}
the button click this code:
await (new SampleMoveElementsTool()).run();
Beta Was this translation helpful? Give feedback.
All reactions