We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8480b commit 0a61d13Copy full SHA for 0a61d13
projects/stream-chat-angular/src/lib/message/message.component.html
@@ -505,6 +505,7 @@
505
data-testid="delivered-indicator"
506
tabindex="0"
507
[floatUiLoose]="floatingContent"
508
+ loosePlacement="top"
509
looseTrigger="hover"
510
>
511
<float-ui-content #floatingContent>
@@ -537,6 +538,7 @@
537
538
data-testid="sending-indicator"
539
540
541
542
543
544
@@ -568,6 +570,7 @@
568
570
data-testid="read-indicator"
569
571
572
573
574
575
576
0 commit comments