primeng icon indicating copy to clipboard operation
primeng copied to clipboard

Toast not stacked

Open OliverDH opened this issue 3 years ago • 0 comments

Describe the bug

Current behavior I implemented several p-toast with different keys. when i call both of them they are not stacked.

(There are two issues but both are closed: 9562 and 11366)

Expected behavior Stacked toasts.

Environment

Windows 10

Reproducer

https://stackblitz.com/edit/github-1metrx-yhbjas?file=src/app/app.component.ts

Angular version

13.0.3

PrimeNG version

13.0.4

Build / Runtime

TypeScript

Language

ALL

Node version (for AoT issues node --version)

16.16

Browser(s)

All

Steps to reproduce the behavior

Open first toast key1 => toast is shown Open second toast key2 => toast is shown but not stacked

Expected behavior

Toasts are stacked when they have different keys

OliverDH avatar Aug 09 '22 14:08 OliverDH