mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-27 01:50:24 +00:00
WindowServer: Reset double-click timers for back/forward buttons
Thanks for movAX13H for pointing this out!
This commit is contained in:
parent
b8f778a430
commit
37d1b0c875
Notes:
sideshowbarker
2024-07-19 07:02:00 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/37d1b0c8759
1 changed files with 2 additions and 0 deletions
|
@ -233,6 +233,8 @@ private:
|
|||
m_left = {};
|
||||
m_right = {};
|
||||
m_middle = {};
|
||||
m_back = {};
|
||||
m_forward = {};
|
||||
}
|
||||
|
||||
WeakPtr<Window> m_clicked_window;
|
||||
|
|
Loading…
Reference in a new issue