Skip to content

Commit

Permalink
Bugfix/missing crop rectangle (#261)
Browse files Browse the repository at this point in the history
* Update libraries

* Wrap resize observer code in reqestAnimationFrame to avoid infinite loop

* Fix issue with disappearing crop rectangle
  • Loading branch information
davidborland authored Oct 16, 2023
1 parent 3457736 commit f40b51b
Show file tree
Hide file tree
Showing 5 changed files with 8,109 additions and 10,235 deletions.
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base image
FROM node:10.12.0-alpine
FROM node:14.17-alpine

# Create and set working directory
RUN mkdir -p /usr/src/app
Expand Down
Loading

0 comments on commit f40b51b

Please sign in to comment.