Skip to content

Commit

Permalink
Merge pull request #124 from danzrou/fix/circular-import
Browse files Browse the repository at this point in the history
fix: drop action circular import
  • Loading branch information
DanielNetzeriAm authored Apr 26, 2021
2 parents 657c380 + 15b82e1 commit c5a8b22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/core/src/lib/actions/drop.action.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { BaseAction, SelectionModel } from '@rxzu/core';
import { SelectionModel } from '../interfaces/move-selection.interface';
import { BaseAction } from './base.action';

export class DropAction extends BaseAction {
mouseEvent: MouseEvent;
Expand Down

0 comments on commit c5a8b22

Please sign in to comment.