Skip to content
Snippets Groups Projects
Commit 96b80046 authored by edwardmuel's avatar edwardmuel Committed by GitHub
Browse files

Add scroll listener to admin log viewer

parent df2c09c1
No related branches found
No related tags found
No related merge requests found
......@@ -96,3 +96,8 @@ Template.viewLogs.onRendered ->
Meteor.setTimeout ->
template.checkIfScrollIsAtBottom()
, 2000
wrapper.addEventListener 'scroll', ->
template.atBottom = false
Meteor.defer ->
template.checkIfScrollIsAtBottom()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment