diff --git a/src/app/services/annotation/annotation.service.ts b/src/app/services/annotation/annotation.service.ts index 82b3a5a5..c0a99846 100644 --- a/src/app/services/annotation/annotation.service.ts +++ b/src/app/services/annotation/annotation.service.ts @@ -357,6 +357,7 @@ export class AnnotationService { const canvas = this.babylon.getCanvas(); fromEvent(canvas, 'dblclick').subscribe(() => { + if (!this.isAnnotationMode$.getValue()) return; const pickResult = (() => { switch (mediaType) { case 'splat': {