Don't wait when scrolling with middle click
This commit is contained in:
@@ -724,7 +724,7 @@ void MainLoop() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
WaitForEventsState = WaitForEvents;
|
WaitForEventsState = WaitForEvents;
|
||||||
if (IsDocumentSelectionValid() || IsScrollbarSelectionValid() || ActiveProcesses.len || dont_wait_until_resolved) {
|
if (IsDocumentSelectionValid() || IsScrollbarSelectionValid() || ActiveProcesses.len || dont_wait_until_resolved || MouseMiddleAnchor.x != 0) {
|
||||||
WaitForEventsState = false;
|
WaitForEventsState = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user