Skip to content

Commit f95807d

Browse files
authored
fix(ui5-dialog): fix behaviour on mobile when added to DOM on interaction (#1830)
1 parent 42998c7 commit f95807d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/main/src/Dialog.js

+2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ class Dialog extends Popup {
8383

8484
constructor() {
8585
super();
86+
}
8687

88+
onBeforeRendering() {
8789
this.onPhone = isPhone();
8890
}
8991

0 commit comments

Comments
 (0)