We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027959d commit 32c50f2Copy full SHA for 32c50f2
Core/Sources/SuggestionWidget/SuggestionWidgetController.swift
@@ -647,8 +647,8 @@ class ChatWindow: NSWindow {
647
let windowFrame = frame
648
let currentLocation = event.locationInWindow
649
if currentLocation.y > windowFrame.size.height - 40,
650
- currentLocation.x > windowFrame.minX,
651
- currentLocation.x < windowFrame.maxX
+ currentLocation.x > 0,
+ currentLocation.x < windowFrame.width
652
{
653
performDrag(with: event)
654
}
0 commit comments