kabirgh / spoiler-blocker

Apache License 2.0
2 stars 0 forks source link

Escape Key clear for Toast #7

Open varung97 opened 7 years ago

varung97 commented 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.