From c3a22750328879404e9004fb5f4202223238147c Mon Sep 17 00:00:00 2001 From: Gavin Zhao Date: Tue, 11 Jan 2022 23:18:23 -0500 Subject: [PATCH] Partially migrate utils/keyboard Signed-off-by: Gavin Zhao --- angular_components/lib/utils/keyboard/keyboard.dart | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/angular_components/lib/utils/keyboard/keyboard.dart b/angular_components/lib/utils/keyboard/keyboard.dart index 0ebba0e94..fe747f1c2 100644 --- a/angular_components/lib/utils/keyboard/keyboard.dart +++ b/angular_components/lib/utils/keyboard/keyboard.dart @@ -2,11 +2,9 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -// @dart=2.9 - import 'dart:html'; -/// this utility method will check that keyboard even is happening +/// This utility method will check that keyboard even is happening /// only with list of modifiers passed as true /// i.e. if called (modifiersKeysFor, shiftKey : true) /// it will return true if shift is pressed,