Skip to content

Commit

Permalink
expose Drag class
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultJanBeyer committed Jul 14, 2024
1 parent 4dfbd56 commit 3b4a962
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions DragSelect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.0.6

- Expose the Drag class publicly, solves [#224](https://github.com/ThibaultJanBeyer/DragSelect/issues/224)

# 3.0.5

- Fix type issue during build bug [#212](https://github.com/ThibaultJanBeyer/DragSelect/issues/212)
Expand Down
2 changes: 1 addition & 1 deletion DragSelect/src/DragSelect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class DragSelect<E extends DSInputElement = DSInputElement> {
public SelectableSet: SelectableSet<E>
public SelectedSet: SelectedSet<E>
public Selection: Selection<E>
private Drag: Drag<E>
public Drag: Drag<E>
public DropZones: DropZones<E>
public Interaction: Interaction<E>
public stopped: boolean
Expand Down

0 comments on commit 3b4a962

Please sign in to comment.