We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34cb455 + 34eca35 commit 1e1774fCopy full SHA for 1e1774f
CHANGELOG.md
@@ -53,6 +53,10 @@ Hide interactive UI while loading to fixed [issue #158](https://github.com/PGEti
53
54
## Commits
55
56
+### 2025-06-12
57
+
58
+- main: use state instead of this to fix mobile examples dialog
59
60
### 2025-06-09
61
62
- main: fix develop branch only browser tests so they don't break main branch CI tests
resources/js/lib/mobileMenuDialog.js
@@ -127,7 +127,7 @@ export default function mobileMenuDialog(state)
127
event.preventDefault();
128
dialog.remove();
129
resolve();
130
- examplesDialog(this);
+ examplesDialog(state);
131
});
132
133
0 commit comments