From 36394113e2fd45fa0699c8df016e1a136dc24fb3 Mon Sep 17 00:00:00 2001 From: Peter Olu Date: Mon, 25 Apr 2022 18:41:06 +0100 Subject: [PATCH] A more perfomant way to watch for when to scrollback up --- src/components/FullVue.vue | 44 ++++++++++++++++++++++++++++---------- 1 file changed, 33 insertions(+), 11 deletions(-) diff --git a/src/components/FullVue.vue b/src/components/FullVue.vue index eb837580..1bb2b273 100644 --- a/src/components/FullVue.vue +++ b/src/components/FullVue.vue @@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->