Zhao Yuhang
2025-04-12 0131d673092ab18afd69fac84f4a17ad2ba615f2
src/core/contexts/win32windowcontext.cpp
@@ -2329,7 +2329,7 @@
                if (!mouseHook) {
                    mouseHook = ::SetWindowsHookExW(
                        WH_MOUSE,
                        [](int nCode, WPARAM wParam, LPARAM lParam) {
                        [](int nCode, WPARAM wParam, LPARAM lParam) -> LRESULT WINAPI {
                            if (nCode >= 0) {
                                switch (wParam) {
                                    case WM_LBUTTONDBLCLK: