fix: guard repeated close clicks and confirm exit#18
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경 사항
원인과 영향
기존 보호는 보조 창이 닫힌 직후
BeginInvoke에서 해제되어 마우스 스위치 채터링이나 지연된 두 번째 클릭이 뒤의 메인 창 버튼으로 전달될 수 있었습니다. 보호 범위를 닫기 좌표 주변으로 제한하여 우발 클릭만 차단하고 다른 위치의 의도적 클릭은 즉시 허용합니다.검증
scripts/Prepare-BuildResources.ps1build.ps1 -SkipDependencyDownloadtest.ps1(PASSED=26,BRIDGE_PROTOCOL_PASSED=10, Portable/UI/security 검사 통과)scripts/Publish-LocalRelease.ps1 -NoPublish(RELEASE_ARTIFACTS_PASSED=7)