Removed unused code for notifications scroll top
• Removed: - unused code for notifications scroll top now that we have scroll util for TimelineQueueButtonHeader onClick
This commit is contained in:
@@ -99,7 +99,6 @@ class Notifications extends ImmutablePureComponent {
|
||||
}
|
||||
|
||||
handleDequeueNotifications = () => {
|
||||
window.scrollTo(0, 0)
|
||||
this.props.dispatch(dequeueNotifications())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user