ApryseSDK / webviewer-react-sample

Sample to demonstrate integrating WebViewer into React
Other
172 stars 99 forks source link

Correct the filename for initialDoc #7

Closed CorreyL closed 4 years ago

CorreyL commented 4 years ago

Preamble

This PR fixes the incorrect capitalization for initialDoc, as this does not work in Linux environments

Credit to @0xb1dd1e (#6) for reporting this issue

Screenshots

$ lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description:    Raspbian GNU/Linux 10 (buster)
Release:        10
Codename:       buster

Before

image

After

Tested on f3b902b

$ git log --oneline -1
f3b902b (HEAD -> bugfix/filename-capitalization, origin/bugfix/filename-capitalization) Correct the filename for initialDoc

image