mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Fix showScreen not working.
This commit is contained in:
@@ -66,7 +66,7 @@ module.exports = function logcatTableDirective($rootScope, $timeout, LogcatServi
|
||||
.appendChild(document.createTextNode(data.message))
|
||||
|
||||
if (autoScroll && shouldAutoScroll() && !batchRequest) {
|
||||
_.throttle(scrollToBottom, 10)()
|
||||
_.throttle(scrollToBottom, 30)()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user