Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
fix(transcripts): Adds custom event for mozilla
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Apr 19, 2018
1 parent 55e328d commit 5d05651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tabs/transcripts/Render.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div :style="heightByIndex(0, prerender.length - 1)" v-on:scroll="renderWindow()" v-on:mousewheel="disableFollow()">
<div :style="heightByIndex(0, prerender.length - 1)" @scroll="renderWindow()" @mousewheel="disableFollow()" @DOMMouseScroll="disableFollow()">
<div :style="{ height: heightByIndex(0, start) + 'px' }"></div>
<div :style="{ height: heightByIndex(start, end) + 'px' }">
<transcript-entry v-for="(entry, index) in slice(start, end)"
Expand Down

0 comments on commit 5d05651

Please sign in to comment.