Files
ComfyUI_frontend/browser_tests/tests
Glary-Bot 599e864d42 refactor: standardize MMB detection on isMiddlePointerInput utility
- Remove dead code: redundant event.buttons === 4 check in
  useCanvasInteractions.ts (already handled by isMiddlePointerInput)
- Refactor 7 ad-hoc MMB detection sites to use centralized utility:
  useToolManager, useStringWidget, useMarkdownWidget, LGraphCanvas (3
  sites), InputIndicators, useTransformSettling
- Add 5 Playwright tests for previously untested MMB features:
  middle-click slot auto-node creation, mask editor MMB pan,
  string/markdown widget MMB pass-through, Vue node MMB forwarding
2026-05-02 06:42:31 +00:00
..