mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-25 00:11:31 +00:00
use .25-second delay before loading indicator is removed
This commit is contained in:
parent
940c6a4b8d
commit
5a47b1bac2
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ define [
|
|||
$timeout () ->
|
||||
scope.loading = false
|
||||
delete scope.progress
|
||||
, 250
|
||||
|
||||
#scope.$watch "highlights", (areas) ->
|
||||
# console.log 'got HIGHLIGHTS in pdfJS', areas
|
||||
|
|
Loading…
Reference in a new issue