Skip to content

Commit

Permalink
fix(ui5-dialog): fix behaviour on mobile when added to DOM on interac…
Browse files Browse the repository at this point in the history
…tion (#1830)
  • Loading branch information
fifoosid committed Jun 19, 2020
1 parent 42998c7 commit f95807d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/main/src/Dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ class Dialog extends Popup {

constructor() {
super();
}

onBeforeRendering() {
this.onPhone = isPhone();
}

Expand Down

0 comments on commit f95807d

Please sign in to comment.