Skip to content

Commit

Permalink
[UPD] Missing .js
Browse files Browse the repository at this point in the history
  • Loading branch information
Viglino committed Jul 29, 2024
1 parent 860514f commit af16adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interaction/FillAttribute.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import ol_interaction_Select from 'ol/interaction/Select.js'
import {click as ol_events_condition_click} from 'ol/events/condition.js'
import ol_ext_element from '../util/element';
import ol_ext_element from '../util/element.js';

/** A Select interaction to fill feature's properties on click.
* @constructor
Expand Down

0 comments on commit af16adb

Please sign in to comment.