Commit 055f171
fix: disable drag when menus or popups are visible
1. Disabled drag functionality in AppListView when category menu or
alphabet popup is visible
2. Disabled drag functionality in FrequentlyUsedView and
RecentlyInstalledView when folder popup is visible
3. Prevents accidental drag operations while interacting with menus/
popups
4. Improves user experience by avoiding conflicting interactions
fix: 菜单或弹出窗口可见时禁用拖拽功能
1. 当分类菜单或字母弹出窗口可见时,禁用AppListView中的拖拽功能
2. 当文件夹弹出窗口可见时,禁用FrequentlyUsedView和RecentlyInstalledView
中的拖拽功能
3. 防止与菜单/弹出窗口交互时意外触发拖拽操作
4. 通过避免交互冲突提升用户体验
Pms: BUG-3238871 parent 571fd99 commit 055f171
3 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| 237 | + | |
| 238 | + | |
237 | 239 | | |
238 | 240 | | |
239 | 241 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
0 commit comments