Open varung97 opened 7 years ago
The Toast contains these properties:
this.toaster = Toaster.create({ className: "top-toaster", autoFocus: false, canEscapeKeyClear: true, position: Position.TOP });
I think the canEscapeKeyClear doesn't gain anything from being true since pressing Esc closes the entire panel.
canEscapeKeyClear
true
The Toast contains these properties:
I think the
canEscapeKeyClear
doesn't gain anything from beingtrue
since pressing Esc closes the entire panel.