typescript

Results 2 comments of typescript

You should consider using virtual scroller for that 10000 records

This is what I added after creating dragula group to fix this issue. if (Utils.getBrowserInfo().firefox) { fromEvent(document, "mouseup").pipe(untilDestroyed(this)).subscribe((event: any) => { if ( event.clientX < 0 || event.clientY < 0...