Skip to content

Commit

Permalink
Update web/client/components/misc/coordinateeditors/CoordinatesRow.jsx
Browse files Browse the repository at this point in the history
Co-Authored-By: MV88 <[email protected]>
  • Loading branch information
offtherailz and MV88 authored Apr 2, 2019
1 parent f3bbe1f commit dd4df3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class CoordinatesRow extends React.Component {
<div><Button
disabled={!this.props.isDraggableEnabled}
className="square-button-md no-border btn btn-default"
style={{display: "flex"/*workaround for firefox*/}}>
style={{display: "flex", cursor: this.props.isDraggableEnabled && 'grab'}}>
<Glyphicon
glyph="menu-hamburger"
style={{pointerEvents: !this.props.isDraggableEnabled ? "none" : "auto"}}
Expand Down

0 comments on commit dd4df3f

Please sign in to comment.