From 2fd7b9f1bccd87f59b5b2b506ebd7a3b92e9ea66 Mon Sep 17 00:00:00 2001 From: Kirill Lakhov Date: Mon, 15 Nov 2021 14:37:20 +0300 Subject: [PATCH] changelog update --- CHANGELOG.md | 3 +-- cvat-canvas/src/typescript/interactionHandler.ts | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e5817f84e2..a23ab6e2cca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - TDB ### Fixed -- TDB +- Fixed Interaction handler keyboard handlers () ### Security - TDB @@ -63,7 +63,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Helm settings for external psql database were unused by backend () - Updated WSL setup for development () - Helm chart config () -- Fixed Interaction handler keyboard handlers () ### Security diff --git a/cvat-canvas/src/typescript/interactionHandler.ts b/cvat-canvas/src/typescript/interactionHandler.ts index dbb56ebc1f6..0a4a3209f16 100644 --- a/cvat-canvas/src/typescript/interactionHandler.ts +++ b/cvat-canvas/src/typescript/interactionHandler.ts @@ -376,7 +376,6 @@ export class InteractionHandlerImpl implements InteractionHandler { } private onKeyUp = (e: KeyboardEvent): void => { - console.log('keyup'); if (this.interactionData.enabled && e.keyCode === 17) { if (this.interactionData.onChangeToolsBlockerState && !this.thresholdWasModified) { this.interactionData.onChangeToolsBlockerState('keyup');