bencompton / framework7-redux-app-template

Starter template for F7 + React + Redux
18 stars 13 forks source link

Fix typo in a key name #1

Closed ctsrc closed 5 years ago

ctsrc commented 5 years ago

The key that was supposed to read "onClosePanelRight" was missing a letter in its name. This resulted in the right panel not closing when backdrop is clicked. With this fix the panel correctly closes as it was intended to when the backdrop is clicked.

bencompton commented 5 years ago

Good catch! Thanks!