mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 20:40:15 +02:00
397610d8ab
The CommandPalette component was being rendered twice when in mobile view: 1. In ResponsiveLayout via LayoutHotkeys (which handles all layouts) 2. In MobileLayout directly This caused two overlapping command menus to open when pressing Ctrl+K in mobile view, with keyboard input going to the background menu. The fix removes the duplicate CommandPalette from MobileLayout since LayoutHotkeys already provides it for all layouts (both desktop and mobile). Fixes #1666 Co-authored-by: Kai Gritun <kai@kaigritun.com>