Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov committed Aug 25, 2023
1 parent ded3f88 commit 3d08a3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dragdrop/dom-adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ export class DragDropDOMAdapter implements IDragDropDOMAdapter {
private scrollIntervalId: number = null;

constructor(private dd: IDragDropEngine, private longTap?: boolean) {
if (typeof longTap === "undefined") {
longTap = true;
}
}
private get rootElement() {
if(isShadowDOM(settings.environment.root)) {
Expand Down

0 comments on commit 3d08a3a

Please sign in to comment.