picker: fix large screenshot not opening/copying to clipboard (#1250)

This commit is contained in:
Chloé Legué 2026-03-08 03:57:47 -04:00 committed by GitHub
parent 658e09f896
commit 2b73eac175
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,8 +80,8 @@ MouseArea {
} else { } else {
Quickshell.execDetached(["swappy", "-f", path]); Quickshell.execDetached(["swappy", "-f", path]);
} }
closeAnim.start();
}); });
closeAnim.start();
} }
onClientsChanged: checkClientRects(mouseX, mouseY) onClientsChanged: checkClientRects(mouseX, mouseY)