=== Fix "Reply" Comment Button === Contributors: znuff, janpaulkleijn Tags: touchstart, event, passive, fix, reply, button, comments Requires at least: 5.1 Tested up to: 5.3 Requires PHP: 5.2 Stable tag: trunk License: GPL2 License URI: https://opensource.org/licenses/GPL-2.0 Fixes an issue with scrolling trough the comments on mobile devices, unintentionally triggering the "Reply" action. == Description == This simple plugin fixes an issue people on mobile devices are experiencing when they are scrolling over the "Reply" button on the comment form, triggering the reply action unintentionally. This issue was introduced in Wordpress 5.1 and it happens because the `touchstart` event is not set to `passive`. For more information, check [the issue tracker](https://core.trac.wordpress.org/ticket/46713) The code was provided by `janpaulkleijn` == Installation == 1. Install plugin 2. Activate 3. ?? 4. Profit == Changelog == = 0.1 = First and hopefully only release.