mirror of
https://github.com/vector-im/element-web.git
synced 2026-02-10 10:12:07 +01:00
Change cursor to default
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
3716ec4a25
commit
2f147c2e98
@ -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…
x
Reference in New Issue
Block a user