mirror of
https://github.com/webadderallorg/Recordly.git
synced 2026-09-25 07:16:02 +00:00
fix(recording): preserve compact HUD drag position
This commit is contained in:
@@ -427,8 +427,7 @@ function LaunchWindowContent() {
|
||||
|
||||
const hudMode = finalizing ? "finalizing" : recording ? "recording" : "idle";
|
||||
const useNativeHudBarDrag =
|
||||
(platform === "linux" || hudOverlayMousePassthroughSupported === false) &&
|
||||
!showRecordingWebcamPreview;
|
||||
platform === "linux" || hudOverlayMousePassthroughSupported === false;
|
||||
|
||||
return (
|
||||
<HudInteractionContext.Provider value={{ onMouseEnter: handleHudMouseEnter, onMouseLeave: handleHudMouseLeave }}>
|
||||
|
||||
Reference in New Issue
Block a user