Tags: NullPointerDepressiveDisorder/MiddleDrag
Tags
Bug/double tab (#99) * Fix: Prevent double middle-clicks during multitouch gestures * Fix: Prevent double middle-clicks by skipping gesture tracking check * Fix: Implement click deduplication to prevent double middle-clicks from multiple sources * Fix: Implement force-click deduplication to prevent double middle-clicks from trackpad gestures * Fix: Enhance click deduplication with internal click count and reset functionality * Fix: Implement thread-safe access for lastForceClickTime to enhance click deduplication
Fix/use after free (#93) * Fix use-after-free issue by copying touch data synchronously in DeviceMonitorDelegate * Fix race conditions in restart handling by ensuring thread-safe access to restart state and work items * Ensure thread safety in UI animations by using MainActor in MenuBarController * Improve touch processing in MultitouchManager to handle zero touches and ensure gesture recognizer stability
PreviousNext