fix: the parent window remained interactive after the modal window was opened (#48864)

fix: fix the issue where the parent window remained interactive after the modal window was opened in somecases.

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Bill Shen <15865969+cucbin@users.noreply.github.com>
This commit is contained in:
trop[bot]
2025-11-10 13:55:46 +01:00
committed by GitHub
parent 018876adde
commit 2e7fdde0fc
3 changed files with 5 additions and 2 deletions

View File

@@ -222,6 +222,8 @@ inline constexpr std::string_view kSpellcheck = "spellcheck";
inline constexpr std::string_view kEnableDeprecatedPaste =
"enableDeprecatedPaste";
inline constexpr std::string_view kModal = "modal";
} // namespace options
// Following are actually command line switches, should be moved to other files.