Skip to content

Commit b5381b5

Browse files
prushforprushforth
authored andcommitted
Move keyboard.js to handlers folder, because it's an override of the
part of Leaflet keyboard handler.
1 parent 12a6ee2 commit b5381b5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/mapml/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ import { Geometry, geometry } from './features/geometry';
7575
import { AnnounceMovement } from './handlers/AnnounceMovement';
7676
import { FeatureIndex } from './handlers/FeatureIndex';
7777
import { Options } from './options';
78-
import './keyboard';
78+
import './handlers/keyboard';
7979
import {
8080
featureIndexOverlay,
8181
FeatureIndexOverlay

0 commit comments

Comments
 (0)