Skip to content

Commit

Permalink
close Widget when open another
Browse files Browse the repository at this point in the history
  • Loading branch information
Lia Kirsch committed Feb 6, 2024
1 parent 3e6eeef commit b04f8d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export default class {
this.#moveHandle.remove();
this.#moveHandle = null;
clickHandle.remove();
this.closeWidget();
console.debug("GraphicSpatialInputAction was canceled...");
async(() => {
this.removeGraphicFromView();
Expand Down

0 comments on commit b04f8d9

Please sign in to comment.