Skip to content

virtual scroll how do we do it ? #554

Answered by sadeghbarati
neonarc4 asked this question in Q&A
Discussion options

You must be logged in to vote

Quasar playground doesn't react when I used console.log or alert

Maybe this comment could help you
#92 (comment)

const el = document.querySelector('.scroll');

[('touchmove', 'mousewheel', 'wheel')].forEach((eventType) => {
  el.addEventListener(eventType, (e) => e.stopPropagation());
});

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@neonarc4
Comment options

@sadeghbarati
Comment options

@neonarc4
Comment options

@sadeghbarati
Comment options

Answer selected by neonarc4
@neonarc4
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #553 on January 01, 2024 06:06.