Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web version broken in Chrome, Edge #16

Open
quassy opened this issue Apr 11, 2019 · 0 comments
Open

Web version broken in Chrome, Edge #16

quassy opened this issue Apr 11, 2019 · 0 comments

Comments

@quassy
Copy link
Owner

quassy commented Apr 11, 2019

The web version does not generate hashes because of an uncaught javascript error (regression in ebaa224 to fix #13).

Console

Uncaught TypeError: Cannot read property 'nodeName' of undefined
    at initForm (browser.js:37)

browser.js:37

  if (event.originalTarget.nodeName !== "#document") {
    return;
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant