We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcbb8fb commit af7a48dCopy full SHA for af7a48d
apps/desktop/src/routes/target-select-overlay.tsx
@@ -218,12 +218,10 @@ function Inner() {
218
<Match
219
when={
220
rawOptions.targetMode === "window" &&
221
- (targetUnderCursor.display_id === params.displayId ||
222
- (rawOptions.captureTarget.variant === "window" &&
223
- selectedWindow.data))
+ targetUnderCursor.display_id === params.displayId
224
}
225
>
226
- <Show when={windowToShow()} keyed>
+ <Show when={targetUnderCursor.window} keyed>
227
{(windowUnderCursor) => (
228
<div
229
data-over={targetUnderCursor.display_id === params.displayId}
0 commit comments