Skip to content

Commit

Permalink
Disable dragging restore point delete icon
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Aug 15, 2023
1 parent b3dd080 commit 7057f92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/tw-restore-point-modal/restore-point.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ class RestorePoint extends React.Component {
<img
src={deleteIcon}
alt="Delete"
draggable={false}
/>
</button>
</div>
Expand Down

0 comments on commit 7057f92

Please sign in to comment.