From 20d1bd0a3194192fdbe7e513a8e7133078814620 Mon Sep 17 00:00:00 2001 From: Sherfin Shamsudeen Date: Thu, 7 Oct 2021 14:05:36 +0530 Subject: [PATCH] Bugfix/stop propagation when table selector is clicked (#926) * Stop propagation when table selector checkbox is clicked * Reposition onClick handler of table selector checkbox --- frontend/src/Editor/Components/Table/Table.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/Editor/Components/Table/Table.jsx b/frontend/src/Editor/Components/Table/Table.jsx index 92156c9917..731c0c758c 100644 --- a/frontend/src/Editor/Components/Table/Table.jsx +++ b/frontend/src/Editor/Components/Table/Table.jsx @@ -630,6 +630,7 @@ export function Table({ marginTop: 8, marginLeft: 10, }} + onClick={(event) => event.stopPropagation()} {...rest} />