mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-25 15:25:44 +00:00
better mouse posiitoning
This commit is contained in:
@@ -1189,7 +1189,9 @@ export function LaunchWindow() {
|
||||
if (
|
||||
!isHudDraggingRef.current &&
|
||||
!isWebcamPreviewDraggingRef.current &&
|
||||
!webcamPreviewDragStartRef.current
|
||||
!webcamPreviewDragStartRef.current &&
|
||||
!anyPopoverOpen &&
|
||||
!projectBrowserOpen
|
||||
) {
|
||||
window.electronAPI?.hudOverlaySetIgnoreMouse?.(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user