diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-06-08 20:54:11 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-06-08 20:54:11 -0400 |
commit | 56e3d5c6958f51f09cc8a2d19e5c00e5bb59093c (patch) | |
tree | 5ff0da85eeb77d086394b783ab01f93534e205e3 /src/client/util/Import & Export/ImageUtils.ts | |
parent | 3e7cc70f7588c738c34de1d087e1d53b9410d9fe (diff) | |
parent | ef17b488348b0ac9f869878829fc6a60f64f9304 (diff) |
Merge branch 'ink_menu'
Diffstat (limited to 'src/client/util/Import & Export/ImageUtils.ts')
-rw-r--r-- | src/client/util/Import & Export/ImageUtils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/Import & Export/ImageUtils.ts b/src/client/util/Import & Export/ImageUtils.ts index 072e5f58a..0d12b39b8 100644 --- a/src/client/util/Import & Export/ImageUtils.ts +++ b/src/client/util/Import & Export/ImageUtils.ts @@ -20,7 +20,7 @@ export namespace ImageUtils { nativeHeight, exifData: { error, data } } = await Networking.PostToServer("/inspectImage", { source }); - document.exif = error || Docs.Get.FromJson({ data }); + document.exif = error || Doc.Get.FromJson({ data }); const proto = Doc.GetProto(document); proto["data-nativeWidth"] = nativeWidth; proto["data-nativeHeight"] = nativeHeight; |