Change cursor to default
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
dbca370497
commit
3547d1f93b
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ export default class ImageView extends React.Component<IProps, IState> {
|
|||
if (this.state.moving) {
|
||||
cursor= "grabbing";
|
||||
} else if (this.state.maxZoom === this.state.minZoom) {
|
||||
cursor = "pointer";
|
||||
cursor = "default";
|
||||
} else if (this.state.zoom === this.state.minZoom) {
|
||||
cursor = "zoom-in";
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue