mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
[web] Remove the part directive from the web key map template (#85637)
This commit is contained in:
parent
407916d44f
commit
4013fe2131
@ -9,8 +9,6 @@
|
||||
// Edit the template dev/tools/gen_keycodes/data/web_key_map_dart.tmpl instead.
|
||||
// See dev/tools/gen_keycodes/README.md for more information.
|
||||
|
||||
part of engine;
|
||||
|
||||
/// Maps Web KeyboardEvent codes to the matching LogicalKeyboardKey id.
|
||||
const Map<String, int> kWebToLogicalKey = <String, int>{
|
||||
@@@WEB_LOGICAL_KEY_CODE_MAP@@@
|
||||
|
Loading…
Reference in New Issue
Block a user