Skip to content

Conversation

@dkozma
Copy link
Contributor

@dkozma dkozma commented Oct 18, 2023

Overview

This PR contains the following change(s):

  • Look in exif:copyright tag for copyright info in EXIF
  • Resolve typing errors

Checklist

  • End-to-end or unit tests (where applicable) have been added that cover this change/bug fix
  • Any UI changes display properly on mobile breakpoints
  • Any user-visible strings have accompanying translation tags
  • Accessibility support has been added
  • Analytics are being sent (where applicable)

Issue link (optional)

Please insert link(s) to any related issue(s) here

@netlify
Copy link

netlify bot commented Oct 18, 2023

Deploy preview succeeded! You can access the site by using the password empeefour.

Name Link
🔨 Latest commit 2d51746
🔍 Latest deploy log https://app.netlify.com/sites/cc-dev/deploys/652fe34c2309f10008f73bc7
😎 Deploy Preview https://deploy-preview-161--cc-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@dkozma dkozma requested a review from emensch October 18, 2023 13:53
const cleanupDragDrop = dragDrop(node, {
async onDrop(files: File[]) {
clearTimeout(dragTimeout);
clearTimeout(dragTimeout as NonNullable<typeof dragTimeout>);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What type error was this fixing? It looks like clearTimeout can accept undefined as an argument

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh weird, I was getting a TypeScript error on my end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants