Skip to content

Commit 1e1774f

Browse files
authored
Merge pull request #160 from PGEtinker/fix-mobile-example-dialog
main: use state instead of this to fix mobile examples dialog
2 parents 34cb455 + 34eca35 commit 1e1774f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ Hide interactive UI while loading to fixed [issue #158](https://github.com/PGEti
5353

5454
## Commits
5555

56+
### 2025-06-12
57+
58+
- main: use state instead of this to fix mobile examples dialog
59+
5660
### 2025-06-09
5761

5862
- main: fix develop branch only browser tests so they don't break main branch CI tests

resources/js/lib/mobileMenuDialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export default function mobileMenuDialog(state)
127127
event.preventDefault();
128128
dialog.remove();
129129
resolve();
130-
examplesDialog(this);
130+
examplesDialog(state);
131131
});
132132

133133

0 commit comments

Comments
 (0)