Skip to content

Commit

Permalink
fix(bendpoints): add interaction events dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Aug 10, 2023
1 parent 4de9cd6 commit c003591
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/features/bendpoints/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import DraggingModule from '../dragging';
import RulesModule from '../rules';
import InteractionEventsModule from '../interaction-events';

import Bendpoints from './Bendpoints';
import BendpointMove from './BendpointMove';
Expand All @@ -14,6 +15,7 @@ import BendpointSnapping from './BendpointSnapping';
export default {
__depends__: [
DraggingModule,
InteractionEventsModule,
RulesModule
],
__init__: [ 'bendpoints', 'bendpointSnapping', 'bendpointMovePreview' ],
Expand Down

0 comments on commit c003591

Please sign in to comment.