Skip to content

Commit

Permalink
Import leaflet draw to avoid timing issue that prevents it from being…
Browse files Browse the repository at this point in the history
… loaded yet in NP
  • Loading branch information
Aaron Caldwell committed Apr 29, 2020
1 parent b66704f commit 6a4c970
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/maps_legacy/public/map/kibana_map.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import { EventEmitter } from 'events';
import { createZoomWarningMsg } from './map_messages';
import L from 'leaflet';
import 'leaflet-draw';
import $ from 'jquery';
import _ from 'lodash';
import { zoomToPrecision } from './zoom_to_precision';
Expand Down

0 comments on commit 6a4c970

Please sign in to comment.