Skip to content

Commit

Permalink
Partially migrate utils/keyboard
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Zhao <[email protected]>
  • Loading branch information
GZGavinZhao committed Jan 12, 2022
1 parent 7b672a8 commit c3a2275
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions angular_components/lib/utils/keyboard/keyboard.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c3a2275

Please sign in to comment.