67P / hyperchannel

Kosmos Chat for the Web
Mozilla Public License 2.0
20 stars 3 forks source link

Fix swipe events in Chrome #134

Closed galfert closed 7 years ago

galfert commented 7 years ago

Fixes #133

Defining an empty swipe handler on the #channel-content causes the handler on the app container component to be triggered again. Seems to be a bug on elements that have "overflow-y: auto" set, which prevents the event to be triggered otherwise.

raucao commented 7 years ago

Nice catch!