Closed leanjunio closed 1 year ago
Hi, two small things. Can you make
canvas
a dev dependency? Also, the changes from #191 are still there, so please revert those. If you can just push those as two more commits, I'll squash them with the existing commits.
should be the case by the latest commit now, lmk if it's what you need
Hey, sorry I'm new to merging PRs. It looks like if I rebased your commtis into two, the PR won't be marked as completed. Do you mind squashing these changes into two commits and force pushing? One for the dependency fix and the other for the code change.
Also next time these could be two PRs
Just decided to re-create them into two separate PRs if that works
In
Movie#pause
, add a check to only stop a layer if its active property is set to true.I also had to install
canvas
because I was getting an unfound module error:Let me know if this is a less than optimal way to circumvent this error