Skip to content

Commit

Permalink
fix: remove select none from context menu in board preset
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed May 4, 2023
1 parent 439d181 commit 3230443
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions folio-board/presets/Board.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,16 +110,6 @@ const BoardWrapper = props => {
board.update();
}}
/>
{selectedElements.length > 0 && (
<ContextMenuItem
text="Select None"
onClick={() => {
board.selectNone();
board.state.contextMenuVisible = false;
board.update();
}}
/>
)}
</React.Fragment>
)}
{selectedElements.length > 0 && (
Expand Down

0 comments on commit 3230443

Please sign in to comment.