From 03897d32be87dc8cf1783112902bf8092912ad8a Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Thu, 29 Oct 2020 14:13:42 -0700 Subject: [PATCH] [fix] Disabled pressables should propagate 'click' events If a pressable is disabled it should not prevent the propagation of native 'click' events, unless the underlying DOM node has an 'aria-role' of 'button'. This emulates the native '