Skip to content

Commit e560608

Browse files
Overlay - Do not stop show animation on document pointer down (T1330691)
1 parent a3a5d26 commit e560608

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • packages/devextreme/js/__internal/ui/overlay

packages/devextreme/js/__internal/ui/overlay/overlay.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -447,10 +447,6 @@ class Overlay<
447447
}
448448

449449
_documentDownHandler(e: DxEvent<PointerInteractionEvent>): boolean {
450-
if (this._showAnimationProcessing) {
451-
this._stopAnimation();
452-
}
453-
454450
const { target } = e;
455451
const $target = $(target);
456452

0 commit comments

Comments
 (0)