Commit 535e2c1
authored
[App Menu] Fix action button popover reposition (#272011)
## Summary
This PR fixes a bug where for some reason, in classic mode (works fine
in solution mode), the primary action item with a popover would have the
popover rendered to the left instead of `downRight`.
**Before:**
<img width="347" height="161" alt="Screenshot 2026-05-30 at 01 17 20"
src="https://github.com/user-attachments/assets/96787637-da8b-4dca-b53a-3144f1441f04"
/>
After:
<img width="247" height="194" alt="Screenshot 2026-05-30 at 00 34 33"
src="https://github.com/user-attachments/assets/3f9fc391-6fcc-4af8-81ff-c786ba3b0ccf"
/>1 parent 438073e commit 535e2c1
2 files changed
Lines changed: 5 additions & 0 deletions
File tree
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| 180 | + | |
180 | 181 | | |
181 | 182 | | |
182 | 183 | | |
| |||
195 | 196 | | |
196 | 197 | | |
197 | 198 | | |
| 199 | + | |
198 | 200 | | |
199 | 201 | | |
200 | 202 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
| |||
100 | 102 | | |
101 | 103 | | |
102 | 104 | | |
| 105 | + | |
103 | 106 | | |
104 | 107 | | |
105 | 108 | | |
| |||
0 commit comments