Skip to content

Commit

Permalink
Fix compatibility with latest Volto
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Apr 28, 2021
1 parent 88eee8f commit affc121
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/BlockStyleWrapper/BlockStyleWrapperEdit.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ const BlockStyleWrapperEdit = (props) => {
<Portal node={tabsNode}>
<div className="open-styles-button">
<button
onClick={() => {
onClick={(e) => {
e.nativeEvent.stopImmediatePropagation();
setIsVisible(true);
}}
title={`${
Expand Down

0 comments on commit affc121

Please sign in to comment.