The Wayback Machine - http://web.archive.org/web/20210918135427/https://github.com/topics/talk
Skip to content
#

talk

Here are 877 public repositories matching this topic...

deckdeckgo
rfuehrer
rfuehrer commented Jun 28, 2021

Affected part of DeckDeckGo

  • Web Components

Feature Description

Is it possible that the position of the anchor can be changed? An option like rotation-ancohr:top|left|right|bottom (or rotation-ancohr-position) offers more flexibility in other usage scenarios.

Or is that already possible today through existing CSS properties?

Use Case

I use drr for a project w

chat-ui-kit-react
louisholley
louisholley commented Apr 8, 2021

hey, thanks for the great package!

i'm using infinite scrolling on the MessageList component like this:

 <MessageList
  onYReachStart={loadMore}
  loadingMore={networkStatus === NetworkStatus.fetchMore}
 >

but when more messages are loaded, the scrollbar is still at the top of the container so it just keeps calling loadMore over and over. ideally the behaviour would be some

Improve this page

Add a description, image, and links to the talk topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the talk topic, visit your repo's landing page and select "manage topics."

Learn more