Skip to content

Commit 80c6189

Browse files
author
Ruslan Farkhutdinov
committed
Popup: Add !onlyChildProcessing check for hiding
1 parent 66f643f commit 80c6189

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/devextreme/js/__internal/ui/popup

packages/devextreme/js/__internal/ui/popup/m_popup.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ class Popup<
237237
if (this._$content && !$target.is(this._$content)
238238
&& options.keyName === ESC_KEY_NAME
239239
&& !e.isDefaultPrevented()
240+
&& !onlyChildProcessing
240241
&& !_ignoreCloseOnChildEscape) {
241242
// eslint-disable-next-line @typescript-eslint/no-floating-promises
242243
this.hide();

0 commit comments

Comments
 (0)