From c2ed9b2577a759790831cdfd374239520132f9fe Mon Sep 17 00:00:00 2001 From: Elio Struyf Date: Fri, 8 Apr 2022 10:00:50 +0200 Subject: [PATCH] Fix for stopPropagation --- CHANGELOG.md | 4 ++++ src/dashboardWebView/components/Contents/ContentActions.tsx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2280b91..23631163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [7.1.1] - 2022-04-08 + +- Fix in menu item with `stopPropagation` not defined. + ## [7.1.0] - 2022-04-07 - [Release notes](https://beta.frontmatter.codes/updates/v7.1.0) ### 🎨 Enhancements diff --git a/src/dashboardWebView/components/Contents/ContentActions.tsx b/src/dashboardWebView/components/Contents/ContentActions.tsx index ca5667db..010973cf 100644 --- a/src/dashboardWebView/components/Contents/ContentActions.tsx +++ b/src/dashboardWebView/components/Contents/ContentActions.tsx @@ -73,7 +73,7 @@ export const ContentActions: React.FunctionComponent = ({ + onClick={(value, e) => onView(e)} /> { customScriptActions }