Skip to content

Commit

Permalink
Move keyboard.js to handlers folder, because it's an override of the
Browse files Browse the repository at this point in the history
part of Leaflet keyboard handler.
  • Loading branch information
prushfor authored and prushforth committed Nov 8, 2023
1 parent 12a6ee2 commit b5381b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/mapml/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ import { Geometry, geometry } from './features/geometry';
import { AnnounceMovement } from './handlers/AnnounceMovement';
import { FeatureIndex } from './handlers/FeatureIndex';
import { Options } from './options';
import './keyboard';
import './handlers/keyboard';
import {
featureIndexOverlay,
FeatureIndexOverlay
Expand Down

0 comments on commit b5381b5

Please sign in to comment.